Skip to content

This blog site allows to create the own blogs authorized to different users.

Notifications You must be signed in to change notification settings

anumsh/MultiuserBLOG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-User-Blog

This blog site allows to create the own blogs authorised to different users. Users can post , comments , edit post, edit comments, delete the post and like the user posts. It was developed specifically for implementation on Google's Cloud Platform.

Multi-User-Blog project is part of UDACITY FULL STACK NANODEGREE.

Set-Up

How to Deploy your project

  • You can deploy your project with gcloud app deploy or runthe command appcfg.py --oauth2_credential_file=~/.appcfg_oauth2_tokens update . if you install App Engine.
  • View your project at unique-name.appspot.com.
  • You should see your project

How to deploy locally

  • you can use dev_appserver.py to run a copy of your app on your own computer.
  • You can access it at http://localhost:8080/.

Live Version Of the Blog Project

Blog Link

Files Used in project

  • app.yaml
  • index.yaml
  • bloy.py
  • models folder that includes datastore tables
  • handlers folder that includes all handlers.
  • static folder that includes main.css file
  • Templates folder includes all html pages

Licence

This blog is licenced under © 2011–2017 Udacity, Inc.

Releases

No releases published

Packages

No packages published