8000 GitHub - coryjamescrook/go-starter-kit: A basic go starter kit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

coryjamescrook/go-starter-kit

Repository files navigation

go-starter-kit

About

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

Quick Start

# 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

About

A basic go starter kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0