FarmStar Survey Backend
Go to file
dependabot[bot] 69c0d2acb8
build(deps): bump github.com/knadh/koanf/v2 from 2.0.1 to 2.0.2
Bumps [github.com/knadh/koanf/v2](https://github.com/knadh/koanf) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](https://github.com/knadh/koanf/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: github.com/knadh/koanf/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 14:00:48 +00:00
.github ci: add docker, static build/release configs 2024-02-05 16:56:17 +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 refactor: update users registration to include blockchain address 2024-02-05 16:44:52 +03:00
migrations refactor: update users registration to include blockchain address 2024-02-05 16:44:52 +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
.goreleaser ci: add docker, static build/release configs 2024-02-05 16:56:17 +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/knadh/koanf/v2 from 2.0.1 to 2.0.2 2024-02-05 14:00:48 +00:00
go.sum build(deps): bump github.com/knadh/koanf/v2 from 2.0.1 to 2.0.2 2024-02-05 14:00:48 +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