An open API service indexing awesome lists of open source software.

https://github.com/simran1002/e-commerce-marketplace

Developed an e-commerce platform that leverages blockchain technology for secure transactions, supply chain transparency, and decentralized product reviews.
https://github.com/simran1002/e-commerce-marketplace

Last synced: over 1 year ago
JSON representation

Developed an e-commerce platform that leverages blockchain technology for secure transactions, supply chain transparency, and decentralized product reviews.

Awesome Lists containing this project

README

          

## E-commerce-Marketplace

## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/en/)

### How to run
1. Clone the repository
```bash
git clone https://github.com/simran1002/E-commerce-Marketplace.git
```

2. Open the project directory
```bash
cd E-commerce-Marketplace
```

3. Install dependencies
```
npm install
```

4. Add a .env file to the root directory with the following variables
```
DB_URI=
PORT=3000
JWT_KEY=
```

5. Run the server
```
npm start
```
or to run in development mode
```
npm run dev
```