Skip to content

fsmosca/ReactPy-NetWorth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactPy-NetWorth

Built with ReactPy, Bootstrap, SQLModel and Pandas, shows a summary of assets, liabilities and net worth. Deals or transactions are saved in sqlite database.

The modules networth.py and sqlmodeldb.py should be on the same folder. This app will create a folder called data in the directory where networth.py is located. Under this data folder, it creates a file called networth.db. The networth.db is an sqlite file that stores saved deals by the users.

image

This repository is linked to my blog in blogspot.

Setup

  1. Install Python version 3.9 or newer

  2. Clone the repository from command line.

git clone https://github.com/fsmosca/ReactPy-NetWorth.git
  1. Change directory to reactpy-networth.
cd reactpy-networth
  1. Install requirements.
pip install -r requirements.txt
  1. Run the app.
uvicorn networth:app
  1. Follow instruction from the console. Paste the given url to browser to open the app.

Credits