This project provides information about all account operations
$ dotnet new webapi -o account --no-https
$ git clone https://github.com/microservice-base/account.git
$ cd account
$ dotnet run
$ open http://localhost:5000/api/values
$ docker pull keramiozsoy/image-account
$ docker run -it --rm --name app-account -p 8003:80 image-account
$ curl http://localhost:8003/api/values