Skip to content

Spendopia is a financial management application designed to help users track their expenses and manage their budgets effectively. This repository contains the backend, frontend and service configurations for Spendopia.

License

Notifications You must be signed in to change notification settings

SimeonKovachev/Spendopia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spendopia

Table of Contents

  1. Introduction
  2. Features
  3. Getting Started
  4. Usage
  5. License

Introduction

Spendopia is a financial management application designed to help users track their expenses and manage their budgets effectively. This repository contains the backend and service configurations for Spendopia.

Features

  • Expense Tracking: Record and categorize expenses for better financial insights.
  • Budget Management: Set budgets and receive alerts when nearing limits.
  • Data Visualization: View spending patterns through graphs and charts.
  • User Authentication: Secure user accounts with authentication and authorization features.

Getting Started

To get Spendopia up and running on your local machine, follow these steps:

Prerequisites

Before starting, ensure you have the following installed:

Installation

  1. Clone the repository:
    git clone https://github.com/SimeonKovachev/Spendopia.git
    cd Spendopia
  2. Restore dependencies and build the project:
    dotnet restore
    dotnet build
    

Configuration

Database Setup:

Update appsettings.json in Spendopia.API project with your database connection string.

Initial Database Migration:

Run the following commands:

cd Spendopia.Data
dotnet ef database update

Usage

Run the Application:

Start the application using:

dotnet run --project Spendopia.API

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Spendopia is a financial management application designed to help users track their expenses and manage their budgets effectively. This repository contains the backend, frontend and service configurations for Spendopia.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published