Go to file
michaelpede 2a4eff5573 Merge branch 'main' into feature/compilefix-development 2021-10-26 10:00:59 -07:00
.github/workflows Lookup Value table working. Currently authorative place for any lookup value. 2021-09-03 12:32:03 -07:00
docker Updates to fix generic build 2021-10-26 09:46:00 -07:00
gradle/wrapper Adding in a gradle build process 2021-08-18 16:06:29 -07:00
optional Updates for Postgres 2021-07-22 13:10:22 -07:00
src/main Merge branch 'main' into feature/compilefix-development 2021-10-26 09:47:05 -07:00
.gitignore Updates to fix generic build 2021-10-26 09:46:00 -07:00
Dockerfile Updates to fix generic build 2021-10-26 09:46:00 -07:00
LICENSE Initial commit 2021-03-03 18:55:58 -08:00
README.md OAUTH 2 token management 2021-04-22 13:57:53 -07:00
build.gradle Adding in a gradle build process 2021-08-18 16:06:29 -07:00
build.sh Add DDL for Field table. 2021-08-17 12:26:35 -07:00
docker-compose.yml Updates to fix generic build 2021-10-26 09:46:00 -07:00
env-default Getting ready for slight refactor 2021-10-25 11:10:26 -07:00
gradlew Code cleanup and moving object definitions to new folder 2021-08-19 13:55:42 -07:00
gradlew.bat Adding in a gradle build process 2021-08-18 16:06:29 -07:00
pom.xml Updates to fix generic build 2021-10-26 09:46:00 -07:00
run.sh needed to make shell scripts executable 2021-03-19 13:24:53 -07:00
settings.gradle Adding in a gradle build process 2021-08-18 16:06:29 -07:00

README.md

RESO Web API and Data Dictionary compliant reference server

Building the server

In order to run your own local server you need a linux / Unix environment with the following dependencies:

  • Maven
  • docker-compose
  • wget or curl

Run the build.sh

This will create everything to run the test server.

Running the server

Run the run.sh

Access the Server

Assuming you're running the server locally, go to http://localhost:8080/RESOservice-1.0/$metadata
Otherwise, you will have to replace localhost with the IP of your Docker machine.

Running with a different database

If you set the SQL_HOST Environment Variable, then the build script will not build the test database. It will only build the reference server.

You will need to configure the following environment variables, so the server can connect to your custom database.

  • SQL_HOST
  • SQL_USER
  • SQL_PASSWORD