How to run the backend?

  1. Start docker-compose
docker-compose up -d 
  1. Configure Hasura

Follow the Hasura Documentation Steps 3-5. Use MSSQL_DATABASE_URL as environment variable when adding the database-connection and choose the swps-database when adding tables and relations.

  1. (optional) Try Hasura

Follow the Hasura Documentation Step 6 for an example query.

query { swps_Personen { Name Mail Anrede Aktiv PersonenExt { Latest_update PIN Personen_ID } } }

What are the requirements?

To use this backend-code please download and install the following components: