- Start docker-compose
docker-compose up -d
- 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.
- (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 } } }
To use this backend-code please download and install the following components:
- Docker (is installed alingside with docker-compose)
- docker-compose