Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.49 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.49 KB

💰 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