Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 558 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 558 Bytes

account

This project provides information about all account operations

how to create project

$ dotnet new webapi -o account --no-https

how to run project

$ git clone https://github.com/microservice-base/account.git

$ cd account 

$ dotnet run 

$ open http://localhost:5000/api/values

contributing

Contributing guide.

docker

$ docker pull keramiozsoy/image-account
$ docker run -it --rm --name app-account -p 8003:80 image-account

$ curl http://localhost:8003/api/values

kubernetes