https://github.com/govinddixit/e-commerce-api
https://github.com/govinddixit/e-commerce-api
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/govinddixit/e-commerce-api
- Owner: GOVINDDIXIT
- Created: 2018-10-02T09:00:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T07:13:31.000Z (over 6 years ago)
- Last Synced: 2025-01-28T18:37:38.389Z (4 months ago)
- Language: JavaScript
- Size: 2.19 MB
- Stars: 1
- Watchers: 1
- 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.xDatabase:
* MongoDB >= 3.x
#### Nodemon```bash
npm install -g nodemon
````
#### Run using
```bash
nodemon server.js
````