Skip to content

OpenAPI .NET Core test implementations for ZDS / Zaakgericht werken

License

Notifications You must be signed in to change notification settings

sjefvanleeuwen/gemma-zaken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published