Table of Contents
A full Stack APP to track gym/trainer clients. This is a full stack application, hosted on heroku, that utilizes Node.js, Express.js, MongoDB, various NPM packages and various full stack web development concepts to create a fitness trakcer style website.
Have a website where clients can track their worekout in a calendar. have a proficle, statictics and meal plans
Created a site following the parameter set by the user, used Javascript as my main language and node to make the app. mongoDB is the main database of the site and REACT to make this a single page site.
App build in:
Run this app directly from our Heroku deployment
If you want your own:
- Fork
- Clone
- install nodejs & and mongoDB
- in the root directory run:
npm i
thennpm run seed
- then run:
npm start
- go to localhost:3001
- ENJOY!
Run the following from the directory where you have downloaded the repo.
npm i && npm run seed
npm start
this is only if you want to run this in your own deployment. the live app is currently deployed on heroku.
Thank you for taking time looking at this page.
Happy painting!
Project Link: https://github.com/Alexnj1/eagle-fitness