8000 GitHub - abbyblachman/workout-tracker: Deployed application: https://blooming-savannah-22129.herokuapp.com/?id=5e3a24ab85ff7b0017f1b214
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

abbyblachman/workout-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB Workout Tracker

This is a full stack web application that uses mongoose and express.

The front end uses JQuery.

The application stores entries, and renders them in charts using chart js.

Starting the app locally

Start by installing front and backend dependencies. While in the root directory, run the following command:

npm install

This should install node modules within the server and the client folder.

After both installations complete, run the following command in your terminal:

node server

Your app should now be running on http://localhost:3000. The Express server should intercept any AJAX requests from the client.

Deployment (Heroku)

To deploy, simply add and commit your changes, and push to Heroku. As is, the NPM scripts should take care of the rest.

0