BlissBuy is a web application designed to provide users with a seamless online shopping experience. It offers a wide range of products, easy navigation, and secure payment options.
To install and run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/manasvi-gaur/blissbuy.git
- Navigate to the project directory:
cd blissbuy
- Navigate to the frontend directory:
cd frontend
- Install the dependencies:
npm install
- Navigate to the ecommerceBackend directory:
cd ../ecommerceBackend
- Install the dependencies:
npm install
To start the frontend development server, run:
cd frontend
npm start
To start the backend server, run:
cd ecommerceBackend
npm run dev
Alternatively, you can run the backend using Docker:
- Pull the Docker image:
docker pull manasvigaur/blissbuy-backend:latest
- Run the Docker container:
docker run -p 5454:5454 manasvigaur/blissbuy-backend:latest
Open your browser and navigate to http://localhost:3000
to view the application.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-branch
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or suggestions, please contact:
- Name: Manasvi Gaur
- Email: [email protected]