a simple golang project to help you start fast and focus on your business
First clone the repository and run the follwoing commands.
git clone github.com/mohsenMJ/go-starter-kit
cd go-starter-kit
cp .env.example .env
go get github.com/pilu/fresh #or other dameon tools as you wish
go run cmd/migrate.go #migrate database
flesh
Thanks for using this repository