Application where you can add your daily task, mark it complete and delete it. Basically it is a simple Create read delete todo application.
- To install the mongodb, run
docker-compose up
- Then, run a command
cp .env.example .env
to create.env
file - Then setup the environment.
go run main.go