First attempt and creating a simple go backend.
run all make commands with clean tests
make all buildbuild the application
make buildrun the application
make runCreate DB container
make docker-runShutdown DB container
make docker-downlive reload the application
make watchrun the test suite
make testclean up binary from the last build
make cleancreate migration
migrate create -ext sql -dir migrations create_tasks_table