Make sure dependecies like (db, redis) are running by env credentials. Or you can simply run those dependencies inside docker by executing make dependency
Execute make prepare
Execute make syncdb
Execute make run-watch
Or in one command you can simply do this:
make dependency prepare syncdb run-watch
If you wanna use it in your project
Fine and replace all the github.com/tahsinature/future-proof-gin with your project's github url
Take care of LICENSE and README.md
Rename .env_rename_me -> .env
Change database and other credentials according to your project