https://github.com/govinddixit/e-commerce-api
https://github.com/govinddixit/e-commerce-api
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/govinddixit/e-commerce-api
- Owner: GOVINDDIXIT
- Created: 2018-10-02T09:00:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T07:13:31.000Z (almost 8 years ago)
- Last Synced: 2025-10-13T18:33:30.055Z (10 months ago)
- Language: JavaScript
- Size: 2.19 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
````