Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anirbansharma1996/divine-beauty
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.
https://github.com/anirbansharma1996/divine-beauty
bootstrap5 crud expressjs mongodb nodejs reactjs stripe
Last synced: about 3 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/anirbansharma1996/divine-beauty
- Owner: anirbansharma1996
- Created: 2023-09-08T08:11:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T07:25:48.000Z (about 1 year ago)
- Last Synced: 2023-09-29T10:26:43.588Z (about 1 year ago)
- Topics: bootstrap5, crud, expressjs, mongodb, nodejs, reactjs, stripe
- Language: JavaScript
- Homepage: https://divine-beauty.vercel.app
- Size: 5.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DivineBeauty
![Divine Beauty Logo](https://image-links.vercel.app/Images/divine2.jpg)
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.
## Table of Contents
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Usage](#usage)## Features
- 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.## Technologies Used
- **Frontend**: React.js, Bootstrap 5
- **Backend**: Node.js, Express.js
- **Database**: MongoDB
- **Authentication**: Bcrypt
- **Deployment**: Render , Vercel
- **Version Control**: Git, GitHub## Getting Started
To get started with DivineBeauty on your local machine, follow these instructions.
### Installation
1. Clone the repository from GitHub:
```bash
git clone https://github.com/your-username/DivineBeauty.git
```2. Navigate to the project directory:
```bash
cd DivineBeauty
```3. Install the required dependencies for the frontend and backend:
```bash
cd frontend && npm install
cd backend && npm install
```### Usage
1. Start the backend server:
```bash
cd backend && npm start
```2. Start the frontend development server:
```bash
cd frontend && npm start
```3. 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.