Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 430 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 430 Bytes

sage-frontend

This is project is aimed at being the one-stop platform for SAGE.

Setup Instructions

Install the following

  • Node
  • MongoDB
  • npm

Change the database path in ./config/dbConfig.js. (Ask the Admin for this path)

Run the following

$ npm install 
$ nodemon server.js

Your is now app is running on http://localhost:3000/

Addtional info about APIs can be found here.