Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrea-vicari/fitness-center
Fitness Center App
https://github.com/andrea-vicari/fitness-center
expressjs mongodb mongoosejs nodejs react vercel-deployment
Last synced: about 1 month ago
JSON representation
Fitness Center App
- Host: GitHub
- URL: https://github.com/andrea-vicari/fitness-center
- Owner: Andrea-vicari
- Created: 2024-01-07T12:47:12.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-12T06:08:24.000Z (4 months ago)
- Last Synced: 2024-10-11T12:04:05.093Z (about 1 month ago)
- Topics: expressjs, mongodb, mongoosejs, nodejs, react, vercel-deployment
- Language: JavaScript
- Homepage: https://fitness-center-j7uo.vercel.app/
- Size: 2.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Fitness Center FULL STACK Application
\
Repo for Fitness Center React Application.\
**Full STACK** application built with Node, Express, MongoDB and React.\
Both FrontEnd and Back End deployed on Vercel platform.### Demo
👉 Video Demo on YouTube\
👉 Live Deployment VERCEL### User-Test
Use below credentials to log-in as a user (Some workouts are available)\
👉 [email protected]\
👉 D3moUser!### Trainer-Test
Use below credentials to log-in as a trainer\
👉 [email protected]\
👉 D3moTrainer!## Features
* MERN Full Stack Project
* Users registration made with BCrypt and JWT web Token
* Server built with Node.js and Express.js, Mongoose and MongoDB as database
* A ristricted list of users have the "TRAINER" role
* Trainers can see all users, insert workouts and approve workouts
* Users can check its workout and register the date of the execution
* Users can check its past workouts approved by the trainer## Technologies
* Node.js
* Express
* MongoDB
* React
* Bootstrap5## NodeJS Packages
* bcryptjs
* cors
* dotenv
* mongoose
* nodemon
* cors
* express
* jsonwebtoken
* validator