GO Application Toolkit
The all-in-one web framework for go (in progress!)
- make: https://www.gnu.org/software/make
- sqlite3: https://www.sqlite.org/cli.html
- air: https://github.com/air-verse/air
- templ: https://github.com/a-h/templ
- sqlc: https://github.com/sqlc-dev/sqlc
go install github.com/peterszarvas94/goat@latest
goat init [app] [--template basic-auth]?
cd [app]
make dev
http:/localhost:7331