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

mpgp/WebApiServer

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.

About

Rest Api Server powered by .NET Core

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors