Skip to content

dcofosho/simple_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Daniel Cohen: Udacity multiuser blog

Click here to view live demo!

This is code for a multiuser blog.


Directories

    main.py contains class definitions for users, posts, and comments, as well as handler classes for actions such as posting, editing, commenting, deleting, etc.
    The templates folder contains html files for pages where these actions are performed.
    Data is stored using Google App Engine Datastore

Requirements and instructions for running the app on local host

Requirements

    Click here to install Python 2.7 (if it is not installed on your machine)
    Install the Google App Engine Launcher
    Click the link near the bottom which says "Or, you can download the original App Engine SDK for Python." And follow instructions from there

Instructions

    Extract the ZIP file.
    Load the application into the launcher and run
    Open local host in browser

About

Simple blog with logic for logging in, commenting, and reacting to comments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors