Private photos manager API
- Duplicate
.env.sample
as.env
and fill all values - Install golang-migrate as an external dependency
- run
go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest
- run
- Start the app using Docker
- run
docker compose up -d
- run
- Open http://localhost:8000/api/health to ensure that the api is running
- Apply all db migrations
- run
make migrate_up
- run
GNU GPLv3