Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
/ MVP Public archive

Score keeping app for office games

Notifications You must be signed in to change notification settings

wfhanna1/MVP

Repository files navigation

Office game score keeping app

Environment setup

Database

PostgreSQL must be installed and your database connection information (at this time) must match what is in the appsettings.Development.json file.

You must run the following command after setting up your database (within the context of the Sclask folder):

dotnet ef database update

Recommended tools

  • pgAdmin: Query against the database
  • VSCode: The best code editor ever
    • C# extension from Microsoft
    • Debugger for Chrome extension from Microsoft
    • GitLens extension
    • Prettier extension

About

Score keeping app for office games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published