Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

89e0563 · Sep 25, 2021

History

47 Commits
Sep 17, 2021
Sep 24, 2021
Sep 25, 2021
Sep 25, 2021
Sep 17, 2021
Sep 24, 2021
Sep 25, 2021
Sep 17, 2021
Sep 20, 2021
Sep 20, 2021
Sep 23, 2021
Sep 23, 2021

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