- Set up a MySQL instance. Import the schema found in the
sql
folder. - Create
grpc/src/main/resources/config.properties
using the example file. Populate it with the DB credentials from step 1. gradle installDist
- Run
build/install/grpc/bin/argon-params
and put the parameters into the above resources file. - Create privKey.pem and pubKey.pem files in resources folder using key generated from argon-params
gradle :grpc:run
to run gRPC server
- Create
spring/src/main/resources/application.properties
using the example file. gradle :spring:bootRun
to run Spring HTTP server
Refer to readme in spring/src/main/js/reservdjs