Skip to content
This repository has been archived by the owner on Jul 29, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 872 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 872 Bytes

StegoProject

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.

Dependencies

How to Run

Ensure the above listed dependencies are installed on your machine.

Then run

$ npm install
$ node ./app.js

Enjoy!

Referenced URLS