A test application with the Harry Potter API to display different endpoints.
There are a few different things you can do on the site. Let's take a walk through them.
You can search for any character that has been mentioned in the books / films, with full names only currently.
E.g. Ronald Weasley will return the character, whereas Ron Weasley will not. This is being worked on.
To run this application, you'll need to do a few things. These are outlined below.
npm i express express-handlebars body-parser path request mongoose
- Signup
- Spells
- Login
- Sessions
http://www.potterapi.com is where the application gets its information from.