/mocky-dotnet

Primary LanguageC#Apache License 2.0Apache-2.0

Mocky dotnet

The Mocky API implemented in dotnet.

TODO:

Sample API calls

See demo.http

Docker

docker build . -t mocky-dotnet:0.0.1 docker run -it -p 8000:80 --rm mocky-dotnet:0.0.1

Building for Raspberry Pi3b+

There is a private repo on docker.io

  1. Build the image docker build -t thumnet/dotnet:mocky-dotnet-arm32v7 -f Dockerfile.arm32v7 .
  2. Push the image docker push thumnet/dotnet/mocky-dotnet:arm32v7
  3. Open portainer and add the container using the tag in step 2

License

Distributed under the Apache 2.0 License. See LICENSE for more information.

Acknowledgements

Resources