-
Amarjeet Kumar (Team Lead)
- e-Mail: amarkr0705@gmail.com
- GitHub: https://github.com/amar0705
-
Love Porwal (Team Member)
- e-Mail: lluvporwall@gmail.com
- GitHub: https://github.com/love-porwal
-
Rahul gandhi (Team Member)
- e-Mail: Rahulgandhi241172@gmail.com
- GitHub: https://github.com/rahul241172
-
Shahfaisal pinitod (Team Member)
- e-Mail: faisalpinitod@gmail.com
- GitHub: https://github.com/faisalpinitod
-
Aditya Raj (Team Member)
- e-Mail: adityaraj9843@gmail.com
- GitHub: https://github.com/adityagithubraj
Frontend: https://salonlex.netlify.app/
HTML | CSS | JavaScript
Node.js | Express.js
MongoDB Atlas | Redis
BootStrap
-
user
- name
- age
- gender
- password
-
stylist
- image_urls
- Stylists_name
- descriptions
-
style
- Name
- Image
- Price
- Gender
-
products
- title
- img
- price
- mrp_price
- description
- discount
- category
- rating
- type
-
appointments
- stylist_id
- user_id
- style_id
- date
- time
- style_name
- styler_name
-
Admin
- name
- Github
- password
- image
# API Endpoints
GET - /users
POST - /users/register
POST - /users/login
GET - /users/logout
PATCH - /users/update/:id
DELETE - /users/delete/:id
-
Male Style
GET - /style/male POST - /style/male
-
Female Style
GET - /style/female POST - /style/female
-
Stylers
GET - /stylist/male GET - /stylist/female POST - /stylist/male/query POST - /stylist/female/query PATCH - /stylist/update/:id DELETE - /stylist/delete/:id
-
Appointment
GET - /appointments POST - /appointments/new PATCH - /appointments/update/:id PATCH - /appointments/update/:id PATCH - /appointments/update/stylistid DELETE - /appointments/delete/:id DELETE - /appointments/delete/stylistid
-
Products
GET - /Product GET - /Product/men GET - /Product/women POST - /Product POST - /Product/orders PATCH - /Product/:id DELETE - /Product/:id