Here is the project live link Jerins Palour live.
- 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
HTML, CSS, React, React Router,Tailwind CSS, Node.js, Express.js, MongoDB, Firebase, Heroku, Vercel.
- Clone the repository
- Run
npm install
to install all the dependencies - Run
npm start
to start the development server