FarmStar Survey Backend
Go to file
dependabot[bot] e66ea5e4fc
build(deps): bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.5
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.3 to 5.5.5.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.5.3...v5.5.5)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 08:22:06 +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 dragon fruit crop 2024-02-21 20:51:39 +03: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 github.com/jackc/pgx/v5 from 5.5.3 to 5.5.5 2024-03-11 08:22:06 +00:00
go.sum build(deps): bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.5 2024-03-11 08:22:06 +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