/todolist_v2

🚎 backend: spring boot, frontend: CRA

Primary LanguageJavaScript

todolist_v2

image

If you want to run it locally

docker compose up -d

If you want to service on a server

  1. first edit frontend/dockerfile
  • ENV file edit to your server IP
  1. cd .. && docker compose up -d