This is a simple web application that hosts a blog with comments. It is part of
the educational curriculum used at Google’s Computer Science Summer
Institute.
Students work on this app in multiple stages. The code for
each stage is available as a separate branch in this Git repository.
Blogasaurus
This is a simple web application that hosts a blog with comments. It is part of the educational curriculum used at Google’s Computer Science Summer Institute.
Students work on this app in multiple stages. The code for each stage is available as a separate branch in this Git repository.
This app runs on the Google App Engine Python Standard Environment. To run it locally, install the Google Cloud SDK, then run
dev_appserver.py app.yaml.This is not an official Google product.