Skip to content

microservice-base/account

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Sponsor this project

Packages

No packages published