Skip to content

joao-borrego/xpense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xpense

Expense tracker

Screenshot

Personal project for learning flask. Most of the structure is heavily based on The Flask Mega-Tutorial

Quickstart

Create a Python virtual environment and install the dependencies in requirements.txt

# Create and activate venv
python -m pip install --upgrade pip
pip install -r requirements.txt

Upgrade database, import some transactions from example and run server

flask db upgrade
python import.py
flask run

About

Expense tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published