A workout tracker using a Mongo database with a Mongoose schema and handling routes with Express.
-
After cloning the repo, run
npm installfrom your terminal to install the necessary dependencies:-
mongoose -
express -
morgan
-
-
Run
npm run seedto install the initial seeds from theseeders/seed.jsfile. -
Run
nodemon server.jsfrom your terminal and uselocalhost:3500in your browser.
To deploy an application with a MongoDB database to Heroku, you'll need to set up a MongoDB Atlas account and connect a database from there to your application.
You can use this app using this Heroku Link.
Carlos Martinez
Frontend files provided by Rutgers Bootcamp as a starting point for the assignment.
- Github: BwayCarl
- LinkedIn: Carlos Martinez
- Twitter: @BwayCarlDev
- Email: bwaycarl@gmail.com
This project is MIT Licensed.
© 2020, Carlos Martinez