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.
- Host: GitHub
- URL: https://github.com/simran1002/e-commerce-marketplace
- Owner: simran1002
- Created: 2023-12-13T14:47:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T05:10:40.000Z (over 2 years ago)
- Last Synced: 2025-01-21T13:51:51.470Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```