Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 637 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 637 Bytes

Deprecated

The react version of this project is out of date.

Message Board

Web:

  1. Bootstrap
  2. React
  3. jQuery
  4. webpack for js packing

Backend:

  1. Flask
  2. flask-mongoengine

Database:
MongoDB

Run: use virtualenv

$ virtualenv venv  
$ source venv/bin/activate  
$ pip install -r requirenments.txt

$ python run.py  

JavaScript:
Change js file,need node and webpack

$ cd app/static/js  
$ npm install  
$ npm install -g webpack  
$ webpack --watch

ScreenShot: screenshot