Best Flask open-source libraries and packages

Tradingjournal

A simple trade journal app built with Python Flask.
Updated 1 month ago

Trading journal

A simple trade journal app built with Python Flask.

home

Installation

Make sure you have the following prereqs:

  1. Python >= 3.11
  2. Pip
  3. Git

Installing the app is easy:

  1. Clone the repository in the directory you wish: git clone https://github.com/mransbro/tradingjournal.git
  2. Enter the tradingjournal directory. (cd tradingjournal)
  3. Install requirements: pip install -r requirements.txt
  4. Run the app: python3 run.py.
  5. For production use gunicron gunicorn -w 4 "app:init_app()"

Want to try it out

Demo running on Render

Roadmap

  • Error handling
  • Tests
  • Reduce number of packages

Built with

Tags python3 app