This is the source code for a service named "Steggy", made for the Principles of Software Engineering course at Florida Atlantic University. This is a RESTful API made using Node.js and Express.
Ensure the above listed dependencies are installed on your machine.
Then run
$ npm install
$ node ./app.js
Enjoy!
- http://stackoverflow.com/questions/20643470/execute-a-command-line-binary-in-node-js
- https://scotch.io/tutorials/build-a-restful-api-using-node-and-express-4
- http://expressjs.com/api.html
- https://www.npmjs.com/package/multer
- http://stackoverflow.com/questions/5998694/how-to-create-an-https-server-in-node-jshttp://nodejs.org/api/fs.html#fs_file_system
- http://nodejs.org/api/fs.html#fs_file_system