Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fareeshussain/ktor-ecommerce
https://github.com/fareeshussain/ktor-ecommerce
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fareeshussain/ktor-ecommerce
- Owner: FareesHussain
- Created: 2021-05-03T16:55:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T11:46:40.000Z (about 3 years ago)
- Last Synced: 2024-02-13T19:49:37.536Z (10 months ago)
- Language: Kotlin
- Size: 408 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### K-Mobile Database using [Ktor](https://ktor.io/)
#### API documentation
- Register Customer (POST -> /register_customer)
- Input
- Customer attributes except id,
-
- Functionality
- Add Customer to Customer table
- Add Cart to Shopping cart table- Update Customer (POST -> /register_customer)
- Input
- Customer attributes including id
- Functionality
- Add Customer to Customer table
- Add Cart to Shopping cart table- Remove Customer (POST -> /remove_customer)
- Input
- customer_id --> Int,
- Functionality
- Remove Customer from Customer table
- Remove Cart from Shopping cart table
#### Admin APIs
- Show All Customers (GET -> /admin_all_customers)
- Input
- N/A
- Functionality
- Shows list of all customers- Remove Products