Skip to content
This repository has been archived by the owner on May 1, 2018. It is now read-only.

mpgp/WebApiServer

Repository files navigation

WebApiServer

Install

Build

cp ./appsettings.default.json ./appsettings.json
dotnet build WebApiServer.csproj -c Release

ln -s $(pwd)/appsettings.json $(pwd)/bin/Release/netcoreapp2.0/appsettings.json
ln -s $(pwd)/wwwroot $(pwd)/bin/Release/netcoreapp2.0/wwwroot

Configure

dotnet restore
dotnet ef database update

Startup

cd ./bin/Release/netcoreapp2.0/
dotnet WebApiServer.dll

Wiki

For more information, please visit our wiki.