Skip to content

y-chen/Library

Repository files navigation

Library

Setup

Prerequisite:

dotnet tool install dotnet-ef
  • Set connection string (it has to be an absolute path):
dotnet user-secrets -p src/Library.Api set "Database:ConnectionString" "Data Source=/Users/<Path to repository>/Library/data/Library.db"

Run step

Generate database

dotnet ef database update -p src/Library.Api

Run Api

dotnet run --project src/Library.Api

Swagger will be available here.

Run Web

dotnet run --project src/Library.Web

SPA proxy will be available here here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published