In this project, I was asked to build a multiuser blog where users can sign in and post blog posts as well as 'Like' and 'Comment' on other posts made on the blog. You can also share each post on Facebook, Twitter, and Google Plus.
- Run on local machine
- Download the zipped folder
- Extracts its contents to your computer
- Install Google App Engine and Python 2.7
- Open the Google App Engine launcher
- Under the
File
menu, clickAdd Existing Project
- Browse to the folder where you extracted the zip folder
- After clicking
Add
, select the project and click theRun
button. - Open a web browser and go to
http://localhost:
and the port number of the project
- OR click this link for a live version.