Skip to content

cezaris13/PSI1-karma

Repository files navigation

Team members:

Arentas, Martinas, Pijus

Setup

  1. Open solution file (karma.sln) with visual studio
  2. Build the project
  3. PM Console: dotnet user-secrets set "SendGridApiKey" "ValueGivenByDevelopers"
  4. Launch (after launch the app should be accessible on localhost)

DB update

  1. Change KarmaContext or any model
  2. run dotnet ef migrations add NameOfMigration --context KarmaContext in package manager console
  3. run dotnet ef database update --context=KarmaContext in package manager console

Notes:

  • DB browser for sqlite is great for checking DB itself.
  • Path of DB file can be found by checking KarmaContext().DbPath (or by setting a breakpoint in KarmaContext constructor)

Tasks

  • Get greenlight for our idea during lecture
  • Transfer milestones to trello github board
  • Split milestones into smaller tasks and start working on them
  • ...

Notes for lecture:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages