Skip to content

Latest commit

 

History

History
 
 

server

Resolute Backend

Overview

This module provides backend code for Resolute, and you can find frontend code Here.

Prerequisite

Configuration

For configuration we use YAML file format. To configure backend and database, you need to add config.yaml file. Reference example.yaml.

Database setup

This project uses Postgres database. Before starting the server make sure to initialize database tables. You can find schema Here.

Install & Test

Git clone this repo

git clone https://github.com/viwit/resolute.git

Build

cd resolute/backend
make build

Testing

cd resolute/backend
make test

License

Released under the Apache 2.0 License.