Skip to content

RomanBarashcov/NetCoreLibraryApp

Repository files navigation

.NET Core is the modular and high performance implementation of .NET for creating web applications and services that run on Windows, Linux and Mac.

  1. git clone https://gitlab.com/freshcode-.net/NetCoreLibraryApp.git -b v1.2.1

  2. build

  3. npm install (or Restore packajes)

    • cd /path to project/LibraryAppCore.WebApi (windows) then >dotnet ef database update.

    • cd /path to project/LibraryAppCore.WebApi then >$ sudo dotnet ef database update (linux).

  4. check posgreSql and mongoDb connection

  5. check env settings , if you use Rider . Env settings must be used for development not for production.

  6. replace project url in all projects solution Properties->lounchSettings.json use project urls like from Config.cs in LibraryAppCore.AuthServer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published