This is a python web application using Google App Engine.
You can view a live demo here: https://blog-155822.appspot.com/
Features:
- User registration and log in.
- Create, edit, or delete his/her own blog posts.
- Like and leave comments on existing blog posts.
- User can edit or delete his/her own comments.
- User doesn't need to log in again using the same browser, unless he/she chooses to log out.
Reference: Udacity Nanodegree Course in Full Stack Web Developer
- Install Google App Engine SDK: https://cloud.google.com/appengine/docs/php/download
- Download the project.
- In the project directory, run command: dev_appserver.py app.yaml
- View the project at http://localhost:8080/
- Run this command if you wish to run the project on a different port dev_appserver.py app.yaml --port=[PORT_NUMBER] app.yaml