FarmStar Survey Backend
Go to file
dependabot[bot] 069f1fe3df
build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0
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>
2024-04-19 12:57:36 +00:00
.github ci: fix RELEASE_TAG env inject 2024-02-05 17:14:21 +03:00
cmd/farmstar init: pilot demo 2024-02-05 16:05:28 +03:00
dev init: pilot demo 2024-02-05 16:05:28 +03:00
internal feat: add percentage sum validation on farmers survey 2024-02-21 20:44:50 +03:00
migrations feat: add new distributor, ikolomani_dairy_coop 2024-04-09 15:03:01 +08:00
pkg init: pilot demo 2024-02-05 16:05:28 +03:00
.dockerignore init: pilot demo 2024-02-05 16:05:28 +03:00
.example.env feat: add configs 2024-02-05 16:51:24 +03:00
.gitignore init: pilot demo 2024-02-05 16:05:28 +03:00
config.toml feat: add configs 2024-02-05 16:51:24 +03:00
Dockerfile init: pilot demo 2024-02-05 16:05:28 +03:00
go.mod build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 2024-04-19 12:57:36 +00:00
go.sum build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 2024-04-19 12:57:36 +00:00
LICENSE init: pilot demo 2024-02-05 16:05:28 +03:00
README.md docs: add README 2024-02-05 16:59:05 +03:00

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