Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

Apps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

simpleFlask

  1. Change directory to the project folder:

    cd simpleFlask
  2. Install the dependencies:

    pip install --no-cache-dir -r requirements.txt 

    Also make sure that you have followed step 5 to install the db-api driver from README.md

  3. Start the Flask application:

    python3 flaskBackend.py
  4. Open your browser and go to:

    http://localhost:5010

alt text