Backend
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Download and install PostgreSQL.
Create Login Role with name and password specified in WisePay.Web/appsettings.Development.json ConnectionStrings section (you can change them but don't do that).
Create database with the 'wisepaydb' name (see ConnectionStrings again).
Open WisePay.Web project
Restore required packages using dotnet restore
Run migrations dotnet ef -p ../WisePay.DataAccess database update
Open WisePay.Web project
Run command dotnet run
or dotnet watch run