Skip to content

Monisha28/QA-Forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Q&A Forum

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

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

About

flask app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors