Skip to content

manasvi-gaur/blissbuy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlissBuy

Description

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.

Installation

To install and run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/manasvi-gaur/blissbuy.git
  2. Navigate to the project directory:
    cd blissbuy
  3. Navigate to the frontend directory:
    cd frontend
  4. Install the dependencies:
    npm install
  5. Navigate to the ecommerceBackend directory:
    cd ../ecommerceBackend
  6. Install the dependencies:
    npm install

Usage

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:

  1. Pull the Docker image:
    docker pull manasvigaur/blissbuy-backend:latest
  2. 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.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature-branch
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact Information

For any questions or suggestions, please contact:

Releases

No releases published

Packages

No packages published

Languages