JFlynn426 / assignments

my assignments for SDG
0 stars 0 forks source link

Week 10 - Day 3 - Complex Data model #32

Open mdewey opened 5 years ago

mdewey commented 5 years ago

Explore the Universe

To get warmed up to using complex data models, create a universe explorer similar to the star wars API. There should be a simple admin site, as well as a few endpoints that can be used by a React app.

This is a bigger assignment and is due Sunday at Midnight. We might continue to add more requirements as the week goes on.

Objectives

Requirements

Pick your favorite fictional universe and create a database to explore the people, places, and objects. This should have, at minimal two tables to start.

For example, I can pick Harry Potter and create a Harry Potter API. In this API, I will create a school house table and people table, both with a searchable API endpoint, as well as an admin page to CRUD people and Houses.

You could pick from any fictional universe (Harry Potter, Star Wars, Star Trek, etc) or anything in the real world that follows that same idea, (sports teams, fraternities, charity organizations, etc)

Explorer Mode

Adventure Mode

Epic Mode