This is a multi user blog website that was created for a Udacity project.
To view the Multi User Blog live on the web, Visit https://udacity-marsh-basicblog.appspot.com
This application requires Google App Engine to run, Follow the instructions in this link to install Google App Engine: [https://cloud.google.com/appengine/docs/python/download][https://cloud.google.com/appengine/docs/python/download]
To use Multi User Blog, open a terminal and navigate to the folder that contains the Multi User Blog. Once in the appropriate folder, type:
dev_appserver.py .
Then press enter. After a few moments the app will be running locally on your machine. In a web browser, input:
localhost:8080
Then press enter. The app Multi User Blog should now be visible and running within the browser.