Skip to content

mlawd/meter-readings

Repository files navigation

Meter Reading App

You will need a appsettings.json file in MeterReader.Api with the following:

{
  "ConnectionStrings": {
    "Default": "Server=localhost,1433;Database=meter-reader;User Id=##USERNAME##; Password=##PASSWORD##;"
  }
}

Replacing ##USERNAME## and ##PASSWORD## with the correct details for your database.

Run the migrations to seed the Accounts.

Start the server via cli/Visual Studio

Start the web front end with:

cd web
npm i
npm run serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published