This app helpme to control my finance
How to install and run
# Clone the repo
git clone https://github.com/alucardavid/finance-app
# Access the dir in the terminal/cmd
cd finance-app
# Create a environvment python
python -m venv finance-app
# Active the environvment
.\finance-app\Scripts\activate
# Install the dependencies
pip install -r .\requirements.txt
# Execute o projeto
python .\manage.py runserver