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.
- 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
- Download and Install Python 2.7 https://www.python.org/downloads/
- Dowanload and Install Google App Engine SDK for Python https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python
- Fork this repo into your computer
- 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
- Then run this URL
http://localhost:8080
in your browser and you should see the blog.