Treehouse Full Stack Foundations Track final project
Requires python3 or higher
Required python packages:
- flask
pip install flaskorpip3 install flask(if you also have python2 installed) - flask_cors
pip install flask_corsorpip3 install flask_cors(if you also have python2 installed) - flask_restful
pip install flask_restfulorpip3 install flask_restful(if you also have python2 installed) - peewee
pip install peeweeorpip3 install peewee(if you also have python2 installed)
Type python app.py or python3 app.py (if you also have python2 installed) in the terminal to run. Then click the index.html file.
Home page
Post page

