A simple trade journal app built with Python Flask.
Make sure you have the following prereqs:
- Python >= 3.11
- Pip
- Git
Installing the app is easy:
- Clone the repository in the directory you wish:
git clone
https://github.com/mransbro/tradingjournal.git - Enter the tradingjournal directory. (cd tradingjournal)
- Install requirements:
pip install -r requirements.txt
- Run the app:
python3 run.py
. - For production use gunicron
gunicorn -w 4 "app:init_app()"
Demo running on Render
- Error handling
- Tests
- Reduce number of packages