Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.65 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.65 KB

gemma-zaken

Build Status Ask Me Anything ! PRs Welcome GPLv3 license Open Source Love svg2
OpenAPI .NET Core test implementations for ZDS / Zaakgericht werken

Status

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

docker-compose up -d

Pull & Run

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

Testing

Though very limited, a postman file is included.

Built With

  • VSCODE - The IDE used
  • DOCKER - Build, Ship, and Run Any App, Anywhere

Contributing

Pull requests are accepted

Authors

  • Sjef van Leeuwen - Initial work - github

License

This project is licensed under the GPL-V3 License - see the LICENSE file for details