Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

CAPCHIK/FinanceManage

Repository files navigation

Personal finance management system

How to build

  1. Install .NET SDK 5
  2. Install Docker
  3. Restore tool
    dotnet tool restore
  4. Build solution
    dotnet nuke
  5. Run image in Docker
    docker-compose up
  6. Open browser on http://localhost:5000

How to create deploy stack file

  1. Create file environment.ps1
    $Env:POSTGRES_CONNECTION_STRING="postgres connection string on target server"
  2. Create stack.yml file
    ./genStack.ps1
  3. Use file stack.yml to deploy docker stack