FarmStar Survey Backend
Go to file
dependabot[bot] 8c190192f5
build(deps): bump github.com/riverqueue/river/riverdriver/riverpgxv5
Bumps [github.com/riverqueue/river/riverdriver/riverpgxv5](https://github.com/riverqueue/river) from 0.0.18 to 0.5.0.
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](https://github.com/riverqueue/river/compare/v0.0.18...v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/riverqueue/river/riverdriver/riverpgxv5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 08:09:35 +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 add bungoma_cane_growers 2024-04-26 12:00:54 +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
Dockerfile init: pilot demo 2024-02-05 16:05:28 +03: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
config.toml feat: add configs 2024-02-05 16:51:24 +03:00
go.mod build(deps): bump github.com/riverqueue/river/riverdriver/riverpgxv5 2024-05-06 08:09:35 +00:00
go.sum build(deps): bump github.com/riverqueue/river/riverdriver/riverpgxv5 2024-05-06 08:09:35 +00:00

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