The soluion is temporarily hosted at https://donet-x-213213.appspot.com/api/customers
dotnet restore
dotnet run --projects Api/Api.csprop --launch-profile Api
dotnet test Tests/Tests.csproj
npm install -g newman
newman run Easybet.postman_collection.json
- Import Easybet.postman_collection.json
- Run collection in the Runner.
dotnet publish
cp app.yaml Api/bin/Debug/netcoreapp2.1/publish/
gcloud app deploy Api/bin/Debug/netcoreapp2.1/publish/app.yaml