Broox API
This is a RESTful API to surface all of my personal data like blogs, microblogs, photos, geodata, etc. It currently powers derek.broox.com and photos.broox.com.
v2 - latest version
After growing a little tired of Node, Express and Sequelize, I decided to rebuild my personal API using Python, Flask, and SQLAlchemy. The end product felt much cleaner and allowed me move a lot faster when iterating on new features.
1 previous version
v1 March 2020
I built the first version of this RESTful API with intentions of it powering my blog, but I really only used it to power photos.broox.com. It was built using in Node, ExpressJS and Sequelize.