This app is a todo list with the minimum necessary functions.
- Node.js
- Docker Compose
- Clone this project.
git clone https://github.com/harrki/simple_todolist.git
- Start Docker Container
docker compose up -d
- [Option] Check the logs
docker compose logs -t -f app
- Close Docker Container
docker compose down