Skip to content

A workout tracker using a Mongo database with a Mongoose schema and handling routes with Express.

License

Notifications You must be signed in to change notification settings

BwayCarl/Workout-Tracker

Repository files navigation

Workout-Tracker

Personal IDBadge GitHub license GitHub issues GitHub forks GitHub stars

Homework Assignment - Unit 17

Rutgers Coding Bootcamp / RUT-JER-FSF-PT-06-2020-U-C

Table of Contents

Description

A workout tracker using a Mongo database with a Mongoose schema and handling routes with Express.

Installation

  • After cloning the repo, run npm install from your terminal to install the necessary dependencies:

    • mongoose

    • express

    • morgan

  • Run npm run seed to install the initial seeds from the seeders/seed.js file.

  • Run nodemon server.js from your terminal and use localhost:3500 in 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.

Usage

You can use this app using this Heroku Link.

Authors

Carlos Martinez

Frontend files provided by Rutgers Bootcamp as a starting point for the assignment.

Screenshots

Contact Me

License

This project is MIT Licensed.

© 2020, Carlos Martinez

About

A workout tracker using a Mongo database with a Mongoose schema and handling routes with Express.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published