Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.19 KB

File metadata and controls

19 lines (16 loc) · 1.19 KB

Multi-User-Blog project

Written for the Udacity Full Stack Nanodegree. A multi-user-blog with the possibility of creating users, logging in with theses users and writing and editing posts.

In addition to this. You can comment and like other user's posts.

Live Demo

A live demo, hosted on Google App Engine can be seen here: http://silicon-webbing-625.appspot.com/

Running the blog locally on your computer.

  1. requires Python 2.7.x. Please ensure it is installed.
  2. You will need to install required third party libraries. To do so, create a directory called lib at the root of Simple Blog and run: pip install -t lib -r requirements.txt
  3. Download and install the Google App Engine SDK HERE
  4. Once installed sign up for a google app engine acount by following the instructions located at https://sites.google.com/site/gdevelopercodelabs/app-engine/creating-your-app-engine-account
  5. Please request source code from me
  6. please run the following dev_appserver.py in project folder
  7. View the blog on http://localhost:8080/