Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.2 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.2 KB

Here is the Jerin's Parlour project

Here is the project live link Jerins Palour live.

Features

  • User can see all the services in the home page.
  • User can book services from the parlour.
  • Booking service will be added to mongodb database.
  • User can see all their bookings in dashboard under the bookings icon.
  • User can see all the reviews in the home page.
  • Added private route for dashboard and services route.
  • Added JWT token for authentication.
  • Admin can change the status of the booking.
  • Admin can add new services.
  • Admin can see all the bookings in the dashboard.
  • Admin can add new admin.
  • Admin can delete any service.
  • Admin can delete any booking.
  • Admin can change the order status.

If you want to see the admin panel then you can use this email and password. parlour@admin.com, 123123

Technology

HTML, CSS, React, React Router,Tailwind CSS, Node.js, Express.js, MongoDB, Firebase, Heroku, Vercel.

Installation

  • Clone the repository
  • Run npm install to install all the dependencies
  • Run npm start to start the development server

Server Side Code