Skip to content

Personal project about personal finances control used to learn more about programming, and it's also good for portfolio.

Notifications You must be signed in to change notification settings

My-Financial-Hub/core-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Financial Hub

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.

Quality Gate Status

What's planned for the future

Requeriments

  • Docker (optional)
  • .NET 6.0
  • SQL Server

How to Start

  • 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)
    • Visual Studio

      Open : Project solution and build the project Open : Tools -> NuGet Package Manager -> Package Manager Console Type : Update-Database
    • Dotnet Cli

      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

About

Personal project about personal finances control used to learn more about programming, and it's also good for portfolio.

Topics

Resources

Stars

Watchers

Forks

Languages