Skip to content

nikhil32002/python-sql-project-expense_tracking_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Management System

This project is an expense management system that consists of a Streamlit frontend application and a FastAPI backend server.

Structure

  • frontend: Contains the Streamlit application code.
  • backend: Contains the FastAPI backend server code.
  • tests: Contains the test cases for both frontend and backend.

Dashboard Preview

Expense Dashboard

Expense Dashboard

Expense Dashboard

Expense Dashboard

Expense Dashboard

Setup Instructions

  1. Clone this repository:

  2. Install dependencies::

     pip install -r requirements.txt
    
  3. Run the FastAPI server::

     uvicorn server.server:app --reload
    
  4. Run the Streamlit app::

     streamlit run frontend/app.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages