docs: add README

This commit is contained in:
Mohamed Sohail 2024-02-05 16:59:05 +03:00
parent 2d68283d9d
commit 5b1e6db830
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# 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
```