Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jhonoryza/restapikotlin-blog


https://github.com/jhonoryza/restapikotlin-blog

Last synced: about 1 month ago
JSON representation

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 categories

check `test.http` file for more detail