Skip to content

josephyhu/Full-Stack-Foundations-Blog

Repository files navigation

Full Stack Foundations Blog

Treehouse Full Stack Foundations Track final project

Requires python3 or higher

Required python packages:

  • flask pip install flask or pip3 install flask (if you also have python2 installed)
  • flask_cors pip install flask_cors or pip3 install flask_cors (if you also have python2 installed)
  • flask_restful pip install flask_restful or pip3 install flask_restful (if you also have python2 installed)
  • peewee pip install peewee or pip3 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

All posts

Post page

A single post

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors