Skip to content

isoppp/sandbox-go-api-sqlboiler-rest-auth

Repository files navigation

(WIP) Sandbox REST API with Golang

  • Session authentication with postgres using cookie (not JWT)

Notes

Requirements

brew install golang-migrate
go install github.com/cespare/reflex@latest
go install github.com/volatiletech/sqlboiler/v4@latest
go install github.com/volatiletech/sqlboiler/v4/drivers/sqlboiler-psql@latest

How to Run

make postgres
make resetdb
make devw

Create Migration File

migrate create -ext sql --dir db/migrations -seq NAME

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published