Skip to content

anbenson/crashdevblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crashdevblog

A simple blog (somewhat similar to my webdevblog) written in Python and Flask, but stores data in-memory (i.e. a Python list, and yes, I'm sorry, but it's easier logistically for teaching). Check it out at crashdevblog.herokuapp.com.

This was created for the Fall 2014 edition of CrashCourse, a series of tech-related workshops at CMU hosted by ScottyLabs. Students in the Intro Web Apps workshop wrote a blog very similar to this one. The starter code and the handouts for the event can be found in the 'resources' folder in the repository.

Steps to run:

  • git clone git@github.com:anbenson/crashdevblog.git
  • cd crashdevblog
  • pip install -r requirements.txt
  • python main.py
  • go to localhost:8080

If you're trying to do this on AFS, take a look at the instructions in the PDF in the resources folder.

About

another simple Flask blog, this time with AJAX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published