mirror of
https://github.com/grassrootseconomics/farmstar-survey-backend.git
synced 2024-11-16 07:16:47 +01:00
15 lines
200 B
Markdown
15 lines
200 B
Markdown
|
# FarmStar Survey Backend
|
||
|
|
||
|
## Required env variables
|
||
|
|
||
|
See `config.toml` and `.env.example`.
|
||
|
|
||
|
## Development Server
|
||
|
|
||
|
```bash
|
||
|
# in dev/
|
||
|
docker compose up
|
||
|
# Serve pocketbase
|
||
|
go run cmd/farmstar/*.go
|
||
|
```
|