https://github.com/anandukch/ecommerce
ecommerce backend
https://github.com/anandukch/ecommerce
backend ecommerce shopping-cart
Last synced: over 1 year ago
JSON representation
ecommerce backend
- Host: GitHub
- URL: https://github.com/anandukch/ecommerce
- Owner: anandukch
- Created: 2021-09-10T12:17:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T17:55:00.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T00:19:35.122Z (over 1 year 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
```