Home finance management service
Home financial management service
Source code published by MIT license.
Key developer: Dmitry Vereskun (DioLive Studio)
Clone or copy this repo from develop
or master
branch.develop
contains latest deployed version.master
contains latest stable minor version.
Someday I will deploy independently stable and beta versions from these branches. Currently there is no deployed “master” version.
1.0.0-preview3-003221
. There are two primary ways:dotnet --version
;C:\Program Files\dotnet\sdk
on Windows) and look to name of subfolders inside.global.json
configuration file.Data Source=
block in connection string within appsettings.json
(currently it’s .\\MSSQL
).Most of these command could be done with F5
inside Visual Studio but I prefer to use a command console.
dotnet restore
bower install
(if doesn’t work, execute npm i -g bower
before)npm install
gulp
(if doesn’t work, execute npm i -g gulp
before)dotnet bundle
dotnet ef database update
There are two steps: dotnet build
and dotnet run
, but you can simply skip the first one.
After successful run of application you will see the URL you can open in a browser:
Now listening on: http://localhost:5000
Application started. Press Ctrl+C to shut down.