Skip to content

yangsiy/Plask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Plask

A simple online questionnaire survey system

##Dependency

Dependencies needed for running the system:

  • Flask

  • flask-login

  • sqlalchemy

  • flask-sqlalchemy

  • sqlalchemy-migrate

  • flask-wtf

##Debugging

For the first time running, empty sqlite database should be generated:

$ python db_create.py

Start the develpment server for debugging:

$ python run.py

The system will be running on http://localhost:5000

##License

MIT