This is my basic go starter kit that is currently a WIP. It currently includes the following features:
- Makefile for quick utility commands
- Basic configuration setup (using .env file)
- HTTP Server
- SQL DB (sqlite3)
- Redis
# fork this repo in github UI
# clone the repository
git clone "<your repo url here>"
# rename the .env.example file to .env
# and make any changes you require
# start the dev http server:
make dev-http-server