This is a completely experimental project, a lot of stuff here was not made with the purpose of being used in production environment. Until v1 release, everything of this project could be changed.
- Monthly Milestones
- Earns/Expenses Portion
- Transaction relatories
- Dashboards
- Earns/Expenses average
- Earns/Expenses predictions
- Docker (optional)
- .NET 6.0
- SQL Server
- Run the Dockerfile in root project to create the database (optional)
- Configure the ConnectionStrings in the file appsettings.Development.json with your SQL Server database
- Initial configuration (pick one)
- Open : Project solution and build the project Open : Tools -> NuGet Package Manager -> Package Manager Console Type : Update-Database
- Open : WebApi Project directory Type : dotnet build Type : dotnet tool install --global dotnet-ef Type : dotnet ef database update
- After that, you'll be able to run the project