Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 857 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 857 Bytes

Multi-User Blog Project

A Google App Engine project that allows for multiple users to write, edit, delete, comment, like and dislike posts

Author:

Andrew Burkhart

Full Stack Web Developer
E-mail Me

Contents:

blog.py > The main file that contains all of the url maps and > splash page classes for the site

/decorators

Decorators for error checking and validation

/handlers

Unique classes for each handler to deal with user behaviors

/models

Unique classes to define each model i.e. User, Post, Comment, etc.

/templates

HTML Templates to build the front end of the site each inheriting from base.html

/css

CSS files to define the styles for the site