Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 672 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 672 Bytes

todo-backend

API server for todo web application

how to run it

1. install openjdk11

2. install & run MySQL

with docker (recommend)

  • install docker
  • run docker-compose up command

without docker

3. run server

with intellij

  • click Run 'TodoApplication' button

with command line

./gradlew bootRun

swagger-ui