- Project Overview: This website is base on beauty care services where user are able to login and booking their appointment as well as can see the services that provide by service provider
Live site:
- Selected category-assignment_category_0002 and Sub category Beauty and Grooming Services
- Single page application loaded data efficiently
- Full navigation control on the home page.
- You can login and access our full site
- For better user experience all different elements are seperated in different route.
- Responsive design.
- Frontend: React, Tailwind CSS
- Backend: Express js, Node js
- Database: MongoDB
- Authentication: Firebase
-
Clone the client site repo repository: git clone https://github.com/Ahosan-1995/Beauty-Care-client-site
-
npm i
-
Set up Firebase for authentication and paste your own credential in firebase.config file.
-
Clone the server site repo repository: git clone https://github.com/Ahosan-1995/Beauty-Care-Server-side
-
set up dependencies : npm i
-
Set up MongoDB
-
Set up MongoDB Atlas or run a local instance.
-
Add your MongoDB connection URI located in index file
-
npm run dev in client site then Open your browser and navigate to http://localhost: port
-
if you want run server as well then write this command in terminal nodemon index.js , and paste the port in browser