Skip to content

Latest commit

 

History

History
 
 

messageboard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Message-Board

Sample app with CURD.py and Flask.

How to Run

  1. create table message in mysql:

    $ mysql -uusername -p

    create table in some database:

    mysql> source tables.sql
  2. edit config.py.

  3. install requirements.

    $ pip install -r requirements.txt
    $ python runserver.py

And then go to http://localhost:5000 in browser.