Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhonoryza/restapikotlin-blog
https://github.com/jhonoryza/restapikotlin-blog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhonoryza/restapikotlin-blog
- Owner: jhonoryza
- Created: 2023-09-11T04:14:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-12T18:36:58.000Z (over 1 year ago)
- Last Synced: 2023-09-13T04:26:12.085Z (over 1 year ago)
- Language: Java
- Size: 89.8 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 app:0.0.1 .`
- run apps `docker compose up -d`## API
- [x] api register
- [x] api login
- [x] api logout `private`
- [ ] api crud categories @Auth `private`
- [ ] api crud posts @Auth `private`
- [ ] api list posts
- [ ] api detail posts
- [ ] api list categoriescheck `test.http` file for more detail