Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhonoryza/restapikotlin-shop
https://github.com/jhonoryza/restapikotlin-shop
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhonoryza/restapikotlin-shop
- Owner: jhonoryza
- Created: 2023-09-04T08:08:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-12T18:43:28.000Z (over 1 year ago)
- Last Synced: 2023-09-13T04:30:48.197Z (over 1 year ago)
- Language: Kotlin
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
- build project run `./gradew build`
- build docker image run `docker build -t kotlin-restful-api:0.0.1 .`
- run apps `docker compose up -d`## API CMS
- [x] api create category
- [ ] api list category
- [ ] api get category
- [ ] api update category
- [ ] api delete category- [ ] api create product
- [ ] api list product
- [ ] api get product
- [ ] api update product
- [ ] api delete product- [ ] api register admin
- [ ] api login admin
- [ ] api logout admin
- [ ] api admin forgot password
- [ ] api admin reset password- [ ] api list order
- [ ] api get order
- [ ] api update order
- [ ] api delete order## API STORE
- [ ] api register member
- [ ] api login member
- [ ] api logout member
- [ ] api forgot password member
- [ ] api reset password member- [ ] api list product
- [ ] api get product
- [ ] api list category- [ ] api add to cart
- [ ] api list cart
- [ ] api update cart
- [ ] api delete cart- [ ] api checkout
## TEST
- check `test.http` file
- check `src/test` folder