To install docker, simply just install the docker desktop app. It will install everything you need. You can download from here
We've already create a makefile command to compose up the docker container and also migrate the db migration using soda.Run make composeup
to compose the docker and use it for your development.
We've already create a migrate command to run db migration and seeding data using make gomigrate
and use it for your development.
We also created makefile commands to run the server using make gorun
and open localhost:8000
on your browser