This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
- React
- JavaScript
- TailwindCSS
- NodeJs
- Express
- MongoDB
- User can login and signin with jwt token.
- User can see all the services without login.
- User can add a new service with login.
- User can update a service with login.
- User can booked a service with login.
- User can see his booked services with login.
- User can see his services which customer booked and can change the status with login.