mlawd / meter-readings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 81.9%Language:JavaScript 9.3%Language:Vue 5.1%Language:HTML 2.0%Language:TypeScript 1.7%