Skip to content
This repository was archived by the owner on Aug 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 440 Bytes

File metadata and controls

16 lines (14 loc) · 440 Bytes

How to generate SQLite DB in Backend Service:

  1. Delete All Files in Migration Folder
  2. Open CMD
  3. dotnet ef migrations add InitialCreate
  4. dotnet ef database update

Services (WebEngineering01_ASP.NetCore) /api/todocollab /api/todoitem /api/todolist /api/user /swagger

How to start: Services: in Ordner (WebEngineering01_ASP.NetCore) in Konsole dotnet run eingeben Frontend: In Ordner (RazorPagesMovie) in Konsole dotnet run eingeben