- Install .NET Core 2.1 SDK & Runtime
- Clone master branch to your local branch
git clone https://github.com/vanvo1412/UserService.git
- Go to the source folder
cd .\UserService\
- Build and run the sample
dotnet build ; dotnet run
- Visit
http://localhost:55555/swagger
to see SwaggerUI