You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
14 hours ago | |
---|---|---|
admin | 14 hours ago | |
api | 14 hours ago | |
common | 2 weeks ago | |
config | 2 weeks ago | |
data | 7 days ago | |
migrations | 7 days ago | |
pages | 14 hours ago | |
static | 7 days ago | |
tests | 14 hours ago | |
tools | 7 days ago | |
views | 7 days ago | |
.air.toml | 2 weeks ago | |
.gitignore | 2 weeks ago | |
LICENSE | 2 weeks ago | |
Makefile | 2 weeks ago | |
README.md | 2 weeks ago | |
config_example.toml | 2 weeks ago | |
go.mod | 14 hours ago | |
go.sum | 14 hours ago | |
main.go | 14 hours ago | |
ssgod.toml | 2 weeks ago |
README.md
Go Web Starter Kit
This is a fairly complete web development starter kit in Go. It tries to be as simple as possible without leaving out modern features like reactive UIs and database migrations. A primary thing that's included is working authentication, since that's the main thing holding people back when they first start, and also the easiest to get wrong.
In fact, if you look at how I do it in this first version it is WRONG so do not use this in production yet until I can make it correct. Just use it to learn for now.
Getting Started
Programmers hate duplication so if you want the instructions read the index.md file in pages.