Skip to content

A reddit-style Blog written in Python utilizing the Flask framework.

Notifications You must be signed in to change notification settings

DrewBurkhart/blog_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A reddit-style Blog written in Python utilizing the Flask framework.

Topics

Resources

Stars

Watchers

Forks