Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 738 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 738 Bytes

tpw_node_api

This is the Web service with JSON Response APIs to manage logic for a mobile app or website for a college to keep record of students

  • students can sign in sign up with email and reset password using email verification
  • students can submit info about them
  • placement coords interface can be build (api are there) to show all students and look at the data

Made in:

Language: node express mongojs Database: Mongodb

How to run:

Must run mongodb on port 27017, Make a config.js file in /app and put these variables:

password:'', jwt_secret:''

after pulling the code , run a $npm install once to gte all node_modules.

and you are good to go.

I will be putting frequent updates and GUI repo as well.

Thanks