Setup endpoints for presidents
- Create an endpoint for all presidents. [GET] /presidents
- Create an endpoint for democratic presidents. [GET] /presidents/democrats
- Create an endpoint for republican presidents. [GET] /presidents/republican
- Create an endpoint for all other presidents. [GET] /presidents/other