A fitness platform that allows users to create accounts, login/logout, upgrade memberships, and book classes
URL: https://express-gym.herokuapp.com/
Version 1.0
Deployment Date: 10/31/2021
- Description
- Installation
- User Story
- Contributing
- Tests
- Project Restraints
- Technologies Used
- Future Development
Backend for a fitness app using Express and Node.js
Clone down the repo:
git clone git@github.com:nicoledodge/express.gym.git
Install dependencies:
$ npm install
Run the seeds data:
$ npm run seed
Start server at http://localhost:3001/:
$ nodemon server.js
AS a user with a healthy lifestyle and interest for working out,
I want a gym that will offer free classes and track my membership profile
SO that I can keep my gym details all in one placeNicole Dodge: https://github.com/nicoledodge
Ethan Cho: https://github.com/echo1826
Phillip Wench: https://github.com/PAW6063
Alexis Gonzalez: https://github.com/AlexisGonzalez07
-Gym Member user portal -“Find a Gym” using maps API to find nearest gym -Location services for finding different gym near you -Instructor model/table
