Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

EZPlanner/ezplanner-flask-api

Repository files navigation

ezplanner-flask-api

Getting started

Run the following command to clone this repository to your local machine.

git clone https://github.com/EZPlanner/ezplanner-flask-api

Instructions

Please ensure that python3.x is installed.
Please ensure that qpdf is installed (ubuntu pacakge). This pacakge is used for transcript decrypting.
Once the repo has been cloned, within a teminal inside that repo, create a virtualenv (EX. venv).
pip install the dependencies.

pip install -r requirements.txt

Export the flask variables.

export FLASK_APP=run.py
export FLASK_ENV=developemnt

Run the development server.

flask run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published