Skip to content

avandriets/MultiUserBlog

Repository files navigation

Multi user blog website.

Source code for a MultiUserBlog website.

How to start project

  1. Install Python if necessary.
  2. Install Google App Engine SDK.
  3. Sign Up for a Google App Engine Account.
  4. Create a new project in Google’s Developer Console using a unique name.
  5. Follow the App Engine Quickstart to get a sample app up and running.
  6. Deploy your project with gcloud app deploy.
  7. View your project at unique-name.appspot.com.
  8. You should see welcome page of blog

When developing locally, you can use dev_appserver.py to run a copy of your app on your own computer, and access it at http://localhost:8080/.

Live version of site

Project available in internet Multi User Blog