OpenAPI .NET Core test implementations for ZDS / Zaakgericht werken
This project is in alpha and currently supports DRC with an in memory database, there's no sanity/range checking. Please use for development purposes only.
docker-compose up -d
docker pull wigo4it/openapi-drc:alpha
docker run --rm -d -p 5094:5094 wigo4it/openapi-drc:alpha
The openapi can now be reached from the browser to the following endpoints:
http://localhost:5094/swagger
http://localhost:5094/redoc
http://localhost:5094/metrics
Though very limited, a postman file is included.
Pull requests are accepted
- Sjef van Leeuwen - Initial work - github
This project is licensed under the GPL-V3 License - see the LICENSE file for details