Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 467 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 467 Bytes

Custom API made with Express.js


Server setup

  • Download this repo from github
  • In terminal (inside the directory) type in "npm run dev" to run dev script

  • API is made with Express.js and as a database MongoDB is used
  • Mongooose was used to communicate from an API to a MongoDB cluster
  • Allows user to signup where he gets an authentification credentials, also user can signin if account already exists
  • This API is used for TrackApp