Skip to content

Full-stack web application, using React+Bootstrap in the frontend, using C# ASP .NET + SQL in the backend

Notifications You must be signed in to change notification settings

AndoNorth/finance_tracking_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finance_tracking_app

Summary

Brief:

  • A tool for managing personal finances, by tracking income and expenses, and generating reports

Tech Stack:

Backend:

  • C# ASPNET 6
  • MSSQL Server as Database

Frontend:

  • React (.jsx with Vite)
  • Bootstrap for styling

Build Instructions:

Development

  • "npm run dev" on terminal inside Frontend directory (relies on vite)
  • run Backend in Visual Studios or build and run "dotnet Backend.dll" on terminal

Production

  • run "bash makerelease.sh"
  • goto production directory and run "dotnet Backend.dll" on terminal
  • use "bash cleanup.sh" to cleanup release files before running makerelease.sh again

Dashboards

Finances:

Full List of Transactions:

Add Transaction Modal:

Edit Transaction Modal:

LineChart:

About

Full-stack web application, using React+Bootstrap in the frontend, using C# ASP .NET + SQL in the backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published