Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1016 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 1016 Bytes

Udacity Project 3: Multi User Blog

Project Overview

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.

Installation

  • 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, click Add Existing Project
    • Browse to the folder where you extracted the zip folder
    • After clicking Add, select the project and click the Run 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.