https://github.com/siwony/bulletinboardapi
SpringBoot + kotlin + gradle 를 사용하고 싶어 만드는 게시판 API
https://github.com/siwony/bulletinboardapi
gradle kotlin springboot2-x
Last synced: 25 days ago
JSON representation
SpringBoot + kotlin + gradle 를 사용하고 싶어 만드는 게시판 API
- Host: GitHub
- URL: https://github.com/siwony/bulletinboardapi
- Owner: siwony
- Created: 2021-07-07T13:49:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-17T07:17:33.000Z (almost 5 years ago)
- Last Synced: 2025-03-23T18:12:58.774Z (about 1 year ago)
- Topics: gradle, kotlin, springboot2-x
- Language: Kotlin
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BulletinBoardAPI
### 프로젝트 동기
1. kotlin 이 너무하고 싶었습니다.
2. 그냥 개시판을 만들고 싶었어요 :)
3. 언젠가 있을 Java 에서 Kotlin migration를 준비하기 위함입니다.
### TODO
- USER Authentication with JWT
- Bulletin Board API
- Test code 작성(code coverage 80% 달성)