Earsplitting-growth-3609
Rapit-Fit
Contributors
- Gunjan Kumar (Team lead)
- Ajit Kumar Khatua
- Ayushi Soni
- Vishal Singh
# BluePrint and Tasks
- User can login and sign up
- User can visit severals sections
- User can able to get all the information
- User can book trainers
- User can book other services
- User can book the appointment slot
- User can pay for the services
- User can give feedback on appointment
- User can choose time according to their needs for slot booking
- User can cancel the appointment
- Feedback
>HTML
>CSS
>JAVASCRIPT
>BOOTSTRAP
>SWIPERJS
>CAROUSEL
>JQUERY
>NODEJS
>EXPRESSJS
>MONGOOSE
>NODEMAILER
>JSONWEBTOKEN
>BCRYPT
>CORS
>MONGODB
- "https://good-tan-jay.cyclic.app//user/signup"
* User
- Name
- Email
- Password
- "https://good-tan-jay.cyclic.app//user/login"
- Email
- Password
- Navbar -> Home | About | Features | Pricing | Trainers | Register Now
- Header
- Footer
- Information of variety of trainning
- About us
- Trainers Information
- Customer Reviews
- SHOULDER TRAINING MACHINES
- CHEST AND ARMS TRAINING MACHINES
- SHOULDER TRAINING MACHINES
- BACK TRAINING MACHINES
- CORE TRAINING MACHINES
- LEG TRAINING FITNESS MACHINES
- FREE WEIGHTS
- CARDIO MACHINES
- HOME GYM
- ACCESSORIES
## User
- name : String
- email : String
- password : String
## Trainer
- name : String
- age : String
- gender : String
- image : String
- price : Number
- specialization: Array of String
## Booking
- userId : String
- trainerId : String
- userEmail : String
- bookingDate : String
- bookingSlot : String
-
Adding new booking
-
https://good-tan-jay.cyclic.app/booking/create
- trainerId
- bookingDate
- bookingSlot
-
Cancelling the booking
-
Get all booking
-
Get the booking of paticular user
-
Get all trainer
-
Add new trainer
-
https://good-tan-jay.cyclic.app/trainer/add
- name
- age
- gender
- image
- price
- specialization
-
Get a paticular trainer by trainerId