The Blog

Description

A blog to create posts. You can comment all posts and like/unlike post of your friends.

Running The Blog on Google Cloud

You can enjoy The Blog acessing: https://udacity-theblog.appspot.com

Running The Blog locally

  • Install Python 2.7 and Google Cloud SDK. Both are available here: https://cloud.google.com/appengine/docs/standard/python/download
  • In command line, run the command: gcloud components install app-engine-python to install Google App Engine for Python development
  • Make sure that your PATH variable are pointing to Python root directory of Python (../PythonXX)
  • Access application root folder, and run the command: dev_appserver.py app.yaml
  • You can access the application at http://localhost:8080 and access the Data Store at http://localhost:8000

Supported Python Versions

We recommend that you use Python 2.7

License

It is free software, and may be redistributed.