Skip to content

ahyoon99/todo-backend

 
 

Repository files navigation

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

About

API server for todo web application

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%