- Clone
https://github.com/nmpereira/vulture-time-sync
- Install
node
and runnpm install
- Create an account in https://www.mongodb.com/ and create a collection, ensure network access from
0.0.0.0/0
- Copy the connection url from MongoDB to your local directory in a
.env
file. Name the variabledbURI_time=<mongodb+srv://connection url>
- For Developement, run
npm run devstart
in the root directory. (the express app will serve the .ejs frontend) - For Production, run
npm start
in the root directory. (the express app will serve the .ejs frontend)