An open API service indexing awesome lists of open source software.

https://github.com/swapno963/backend


https://github.com/swapno963/backend

Last synced: 2 months ago
JSON representation

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/