Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 647 Bytes

File metadata and controls

31 lines (23 loc) · 647 Bytes

koen_api

python flask

For live For test
???????? ????????

INSTALLATION

  1. Install a virtual environment

    $ virtualenv -p python3.9 env
  2. Install all packages in the requirements.txt file.

    $ env/bin/pip install -r requirements.txt
  3. Apply the migration to the database

    $ env/bin/python migrate.py db upgrade
  4. Now you can run

    $ env/bin/python run.py