Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicorobo/cs373-idb

A IMDB-esque catalog of Marvel information (created for CS373-Software Engineering).
https://github.com/nicorobo/cs373-idb

Last synced: 24 days ago
JSON representation

A IMDB-esque catalog of Marvel information (created for CS373-Software Engineering).

Awesome Lists containing this project

README

        

# cs373-idb

[![Build Status](https://travis-ci.org/nickroberts404/cs373-idb.svg?branch=master)](https://travis-ci.org/nickroberts404/cs373-idb)

A IMDB-esque catalog of Marvel information (created for CS373-Software Engineering).
## Pillars of Data

### Characters

* thumbnail
* id (*sortable*)
* name (*sortable*)
* description
* number of comics (*sortable*)
* number of stories (*sortable*)
* number of series (*sortable*)
* list of comics

### Comics

* thumbnail
* id (*sortable*)
* title (*sortable*)
* issue number (*sortable*)
* description
* page count (*sortable*)
* number of stories (*sortable*)
* list of characters
* list of creators

### Creators

* thumbnail
* id (*sortable*)
* first name (*sortable*)
* last name (*sortable*)
* number of stories (*sortable*)
* number of stories (*sortable*)
* list of comics