Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.16 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.16 KB

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