repositorypackage
0.0.0-20231112203856-54b4e54ee3aa
Repository: https://github.com/maxrzaw/go-todo.git
Documentation: pkg.go.dev
# README
Go Todo
Basic Todo API written in Golang
Getting Started
Create a .env
file with these environment variables or add them as environment variables:
POSTGRES_HOST=domain # For local development, this is the name of the service in compose.yaml
POSTGRES_USER=user
POSTGRES_PASSWORD=password
POSTGRES_ROOT_PASSWORD=password
POSTGRES_DATABASE=database_name