DivineBeauty is a web application dedicated to enhancing your beauty care routine. Discover the latest beauty trends, browse a wide range of skincare and cosmetic products, and connect with a community of beauty enthusiasts.
- Explore a vast catalog of beauty products and trends.
- Create and manage your beauty profile.
- Connect with other beauty enthusiasts and share tips and reviews.
- Stay updated with the latest beauty news and trends.
- Save your favorite products and create wishlists.
- Secure and user-friendly authentication system.
- Frontend: React.js, Bootstrap 5
- Backend: Node.js, Express.js
- Database: MongoDB
- Authentication: Bcrypt
- Deployment: Render , Vercel
- Version Control: Git, GitHub
To get started with DivineBeauty on your local machine, follow these instructions.
-
Clone the repository from GitHub:
git clone https://github.com/your-username/DivineBeauty.git
-
Navigate to the project directory:
cd DivineBeauty
-
Install the required dependencies for the frontend and backend:
cd frontend && npm install cd backend && npm install
-
Start the backend server:
cd backend && npm start
-
Start the frontend development server:
cd frontend && npm start
-
Open your browser and go to
http://localhost:3000
to access the DivineBeauty application.
Feel free to add more sections or details as needed, such as information about API endpoints, database setup, and any other specific instructions for running and developing the application. Make sure to replace placeholder URLs, usernames, and other generic information with your project's actual details.