uncrownedthrone / assignments

SDG Homework
0 stars 0 forks source link

week 09 - day 04 - universe explorer - #38

Closed uncrownedthrone closed 4 years ago

uncrownedthrone commented 4 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

uncrownedthrone commented 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.