This app is api server for vue-TodoApp. So to use this app, you should see also that one.
You can easily start with docker-compose command in this repo.
Further more, you can also use make commands for alias of docker commands.
- Start with containers
$ make up- Close the containers
$ make down- Restart containers
$ make restart- Connect to db container
$ make db- Connect to api container
$ make api