https://github.com/arisupriatna14/ecommerce-server
E-Commerce Server 🔌📡
https://github.com/arisupriatna14/ecommerce-server
ecommerce expressjs mongodb mongoose mvc nodejs server
Last synced: 3 months ago
JSON representation
E-Commerce Server 🔌📡
- Host: GitHub
- URL: https://github.com/arisupriatna14/ecommerce-server
- Owner: arisupriatna14
- Created: 2018-08-14T11:11:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T13:41:08.000Z (almost 8 years ago)
- Last Synced: 2026-01-03T15:30:42.254Z (6 months ago)
- Topics: ecommerce, expressjs, mongodb, mongoose, mvc, nodejs, server
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Commerce
List of routes customers:
| **Routes** | **HTTP** | **Description** |
|------------|----------|-----------------|
| /api/customers | POST | Create new account |
| /api/customers/signin/facebook | POST | Sign customer with facebook |
| /api/customers/signin | POST | Sign customer |
List of routes items:
| **Routes** | **HTTP** | **Description** |
|------------|----------|-----------------|
| /api/items | GET | Get all items |
| /api/items/addItems | POST | Add items |
| /api/items/updateItem/:itemId | PUT | Update items |
| /api/items/deleteItem/:itemId | DELETE | Delete items |
**Usage**
with only npm:
```
npm install
npm start
```