Placeful

Posted by Jeff Bayes on July 11, 2015

Note: this post is migrated from the last blog. Its post date was February 26, 2015.

Source code can be found here on Github, and the application is hosted here on Heroku.

My friend Nathan Pointer and I developed an application as a tutorial to show people how to use Flask. This was also our first time working with Flask - we’re using it on recommendation of Jeremy Klein. I did the majority of the back-end work, while he made the pretty interface. Placeful is an entirely anonymous location-based message platform for the web. It shows all messages sent within a 3 mile radius.

A quick note: I recently discovered how SQLite works, and why Heroku doesn’t play nicely with it. As a result, the database isn’t particularly persistent. After an hour (or perhaps less) of no activity, Heroku turns the instance off and resets the database. Think of it as the lovechild of Yik Yak and Snapchat. It’s definitely a feature, not a bug.

Enjoy!