Skip to content

Pre-configured (Boilerplate) Golang REST API, utilizes PostgreSQL as the default database, server-side authentication integration, Rate Limiter, and structured Logging.

Notifications You must be signed in to change notification settings

malikilamalik/fremont

Repository files navigation

//Create migration

migrate create -ext sql -dir migrations create_table_users

//Migrate table migrate -database "postgres://user:password@host:port/database_name?sslmode=disable" -path migrations up

About

Pre-configured (Boilerplate) Golang REST API, utilizes PostgreSQL as the default database, server-side authentication integration, Rate Limiter, and structured Logging.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages