GoT API to get names, places and things from the Game of Thrones universe
To get the code working, create a MongoDB db Next, create a .env file in your project in the root folder.
A .sample_env file where you can add in your own db and other related entries
You can use data from below:
https://docs.google.com/spreadsheets/d/1NQhMc0qNt-7snzCHo_hE-pKC0nFqrgwM5lZHmOX5Cwo/edit?usp=sharing
https://peaceful-sea-89348.herokuapp.com/
For All Names: /names
For a ID: /names/id/5981a2e012e6ca28dc6b6531
For a Name: /names/Jon
For a House: /names/?House=Stark
For a Name and House: /names/Jon?House=Stark
For All Houses: /houses
For a ID: /houses/id/5978af5612e6ca19a06d0b90
For a House: /houses/Stark
For a Type of House: /houses/?Type=Major
For a House and Type: /houses/Stark?Type=Major
https://peaceful-sea-89348.herokuapp.com/names/id/5981a2e012e6ca28dc6b6531
NAME: Get all names, Get names by house, Get names by ID, Get names by FullName and House, Get names by FullName
PLACE
THING