https://github.com/swapno963/backend
https://github.com/swapno963/backend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swapno963/backend
- Owner: Swapno963
- Created: 2024-11-21T08:35:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T11:07:14.000Z (6 months ago)
- Last Synced: 2024-12-08T11:27:18.618Z (6 months ago)
- Language: JavaScript
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Uk VersitionL 1.0.0
Common Rules:
1. first pull then commit
2. create new banch for push**Api list:**
### Accounts
#### Models: UserModel, UserProfile
1. auth/register
2. auth/login
3. auth/access_token
4. auth/refresh_token
5. user/profile/
6. user/change_password/
7. user/send_reset_password///
8. user//update_profile/
9. user/dashboard/### Supplier
### Models: SupplierProfile
1. supplier/daily_order/
2. supplier/profile/
3. supplier//update_profile/### Store
#### Models: Card, Menu, Favourite, location
1. cards/
2. cards//favourite/
3. card///add_to_fav/
4. card/purchase/### Order
#### Models: Payment, Order
1. order/create///
2. order/retrieve_by_supplier//
3. order/retrieve_by_card//
4. order/retrieve///
5. payments/all/