Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anandukch/ecommerce
ecommerce backend
https://github.com/anandukch/ecommerce
backend ecommerce shopping-cart
Last synced: 17 days ago
JSON representation
ecommerce backend
- Host: GitHub
- URL: https://github.com/anandukch/ecommerce
- Owner: anandukch
- Created: 2021-09-10T12:17:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T17:55:00.000Z (over 3 years ago)
- Last Synced: 2024-11-25T03:18:12.656Z (3 months ago)
- Topics: backend, ecommerce, shopping-cart
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## BASE URL
http://localhost:3000## BASE routes
1. [/admin](#admin)
2. [/customer](#customer)
3. [/driver](#driver)## Common routes
1. [/login](#login)
2. [/signup](#signup)### admin
```
/addproduct
```
```
/assigndriver
```
```
/getorders
```
```
/getproducts
```
```
/getusers
```
```
/getdrivers
```
### customer
```
/addtocart/:productId
``````
/order
```### driver
```
/orders
```
```
/order/:orderId
```