Skip to content

gpreviatti/FinancesManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💰 Finances Management System

CI-CD Quality Gate Status Coverage Code Smells

This is a simple software to management your finances, I use concepts like:

  • Solid

  • Clean Code and

  • Domain Driven Design

If you have any doubt or suggestion let me know or open an issue on project repository.

💻 Technologies

  • Razor Pages
  • .Net (6.0.0)
  • Entity Framework Core
  • XUnit
  • AutoMapper
  • Docker

🏃 How to run locally

Clone the repository

Than run the following commands

Initialize database with docker

cd ./infra

docker compose up db

Running application

cd ../src/Web

dotnet build

dotnet run

🏃 How to run with docker

cd ./infra

docker compose up

Default user

Email: [email protected] Pwd: admin