An app made to track expenses, setup monthy budgets and create savings goals, to make users more concious about their finances.
This app was made using .Net Core 3.1 and SQLite (for development purposes) in the backend and Bootstrap, Open Iconic and ChartJs on the front end.
- Clone the repo to your machine
$ git clone https://github.com/chadwinjdeysel/FinanceTracker.git
- Open the solution folder in terminal of choice
- Enter the project folder
cd FinanceTracker
Run the project
dotnet run
- Open the your browser of choice and use localhost:5000 as the URL
To rum this app, you need the following installed:
- .Net Core SDK 3.1 or greater. Download the latest .Net SDK
- DB Browser for SQLite to view the database. Download DB Browser for SQLite here
This project is a prototype and is still in development ✨