This is a express API build for running life-Chronos-Client
- Link to URL map documentation for Life-Chronos-API: https://documenter.getpostman.com/view/11510427/TVt19QSo
- Clone
- Add your MongoDB information to "./BackEnd/config/db.js" on line 8 useing this template: mongodb+srv://USERNAME:[email protected]/DATABASENAME?retryWrites=true&w=majority
- Update "./BackEnd/config/congig.env" With your informaiton (token secret should be random)
- Run "npm install"
- Run "npm run start"