This module provides backend code for Resolute, and you can find frontend code Here.
- Requires Go 1.18+
- Postgres Database
For configuration we use YAML file format. To configure backend
and database
, you need to add config.yaml
file. Reference example.yaml
.
This project uses Postgres database. Before starting the server make sure to initialize database tables. You can find schema Here.
git clone https://github.com/viwit/resolute.git
cd resolute/backend
make build
cd resolute/backend
make test
Released under the Apache 2.0 License.