Python Products

A Python/Flask dashboard for a Products database.

Prequisites

  • Python 3

Running

  1. Clone the repo
  2. Open the app
  3. Install the dependencies...
    pip3 install --user -r requirements.txt
    
  4. Start the server...
    python app.py
    
  5. Visit the running app on port 5000