This application was created for the user to create, view and track their daily workouts. The user is able to log multiple exercises in a workout on a given day. It allows the user to be able to track the name, type, weight, sets, reps, and duration of exercise. If the exercise is a cardio exercise, the user can track my distance traveled.
- node.Js - JavaScript runtime
- Express.Js - node.js framework
- Mongo Atlas - NoSQL database
- Heroku - node.js framework
- NPM - Dependency management
Git clone repositiory to local machine:
HTTPS:
git clone https://github.com/gcloud11/Budget-Report.git
SSH:
git@github.com:gcloud11/Budget-Report.git
NPM Install:
npm i
Open integrated terminal in server.js file:
node server.js
This connects to PORT 8081 for application use. Type in webpage url:
localhost8081