Closed uncrownedthrone closed 4 years ago
https://github.com/uncrownedthrone/HogwartsApi https://github.com/uncrownedthrone/wp-universe-explorer
Not completed, unfortunately, since one of the videos/lectures was missing. I think it was the first part of the day on Monday that was missing in case you might have it but just missed uploading it. I'll need to chat with you about the foreign keys and some other things to finish this out since this is going to be part of my capstone.
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 aHarry Potter API
. In this API, I will create aschool house
table andpeople
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
[ ] Create a minimum 2 table data model that have a relationship between the tables (1 to many or many to many)
[ ] Create the following endpoints for each table
[ ] Create a React app that called the above endpoints and manages the data
Adventure Mode
Epic Mode