Skip to content

Built a multi-user blog, hosted on Google App Engine, with comments and login functionality.

Notifications You must be signed in to change notification settings

juanv911/iBlogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iBlogger

Multi User Blog for Udacity's Full Stack Web Developer Nanodegree

This is a multi user blog where users can sign in and post blog posts as well as 'Like' and 'Comment' on other posts made on the blog.

Features

  • Registration
  • Login
  • Logout
  • Create Post
  • Edit Post
  • Delete Post
  • Post Comments
  • Edit Comments
  • Delete Comments
  • Like Post
  • Unlike Post
  • Users Page
  • Latest Posts on Home Page
  • Permalink Page

Run locally

  1. Download and Install Python 2.7 https://www.python.org/downloads/
  2. Dowanload and Install Google App Engine SDK for Python https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python
  3. Fork this repo into your computer
  4. Open Terminal or other command line tool and go to location of the folder then run the development server. Example

    cd /Users/Juan/Documents

    dev_appserver.py iBlogger

  5. Then run this URL http://localhost:8080 in your browser and you should see the blog.

Credits

About

Built a multi-user blog, hosted on Google App Engine, with comments and login functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published