Extension of the blog project students will build in the course. Live demo here!
First, download the Google App Engine SDK
and open the launcher application to create the symlinks you'll need to run dev_appserver.py
in the terminal.
Once that's all set, clone this repository:
$ git clone git@github.com:adarsh0806/blog.git
And simply run dev_appserver.py .
from the main project folder. Go to http://localhost:8080
to see the blog app running and http://localhost:8000 for the admin console!