This is a RESTful API built with NodeJS and Express. The JSON comes from a Mongo database, using Mongoose as its object modeling tool.
The Mongo database is seeded with zine metadata from the Flywheel Zine Library and the Queer Zine Archive Project. To learn more about their collections and efforts to catalog zines, please visit their respective websites.
The API is currently deployed on Elastic Beanstalk.
Every endpoint serves json
data.
- This is an open API serving The Zine Dream Catalog Project by Dianne Laguerta. It was made in part of their capstone project during their time at the Ada Developers Academy.
- This part of the project is purely an API; all interactions should happen over HTTP requests. To see the API used in a front-end interface, check out The Zine Dream Catalog Project. If you're interested in seeing the code for the website, visit the Ember repo for the project that's built on top of this API.