- Add your service to database and manage them
- Book others service as a user
- provide and update service status in database
- Loading data in a amazing way with no bug using TanStack Query
- axiosSecure to force logout a hacker who wants to ge others data
- Awesome dark theme support
- react-responsive-carousel, aos Implementation for better UI
- jspdf for pdf downlaod
- Environment Variable configuration to save admin data from hackers
- Regex with Valid email, Uppercase letters, lowercase letters and 6 characters in password
- PrivateRoute to make the user login must
- jwt configuration to configure security
- npm i cookie-parser
- npm i cors
- npm i dotenv
- npm i express
- npm i jsonwebtoken
- npm i mongodb
- npm i nodemon
To run this React project on your local machine follow the instructions-
Before you begin, ensure you have the following installed on your local machine:
-
git clone https://github.com/khaledssbd/GlamSpot-project-server-side
-
cd GlamSpot-project-server-side
-
npm install
-
npm run dev
Open http://localhost:7000 to view it in the browser.