Question and Answer discussion platform app built using Flask
To run the app locally follow the below steps..
Requirements
- flask
- werkzeug
- click
Clone the repository
- $ git clone https://github.com/Monisha28/Q-A-Forum/tree/master
- $ cd Q-A-Forum
Create a virtualenv and activate it
- $ python3 -m venv venv
- $ . venv/bin/activate
- $ pip3 install -r requirements.txt
Run the app
- $ export FLASK_APP=task
- $ export FLASK_ENV=development
- $ flask init-db
- $ flask run