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

https://github.com/govinddixit/e-commerce-api


https://github.com/govinddixit/e-commerce-api

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# E-Commerce-API
Name is enough to describe what this project is all about

#### 🖐 Requirements

Node:
* NodeJS >= 10.x
* NPM >= 6.x

Database:
* MongoDB >= 3.x

#### Nodemon

```bash
npm install -g nodemon
````
#### Run using
```bash
nodemon server.js
````