mirror of
https://github.com/grassrootseconomics/farmstar-survey-backend.git
synced 2025-11-13 21:52:05 +01:00
FarmStar Survey Backend
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.20.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| cmd/farmstar | ||
| dev | ||
| internal | ||
| migrations | ||
| pkg | ||
| .dockerignore | ||
| .example.env | ||
| .gitignore | ||
| config.toml | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
FarmStar Survey Backend
Required env variables
See config.toml and .env.example.
Development Server
# in dev/
docker compose up
# Serve pocketbase
go run cmd/farmstar/*.go