# README
go-project-template
A Simple template for golang project
Prerequisite
- go 1.17 or above
Development setup
docker-compose up -d
- Start project dependenciescp application.yml.sample application.yml
- Create application configgo build -o out/app
- Compile and build an application./out/app migrate
- Run database migration./out/app start
- Run application
Development teardown
- Exit application
docker-compose down
- Stop project dependencies
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author