A knowledge base web application created using Flask.
A knowledge base web application created using Flask.
Install the required modules:
pip install -r requirements.txt
Setup the database:
DB_USER="db_user"
DB_PASS="db_pass"
DB_NAME="db_name"
CLOUD_SQL_CONNECTION_NAME="sql_conn_name"
Deploy to Google App Engine:
gcloud app deploy