Nifty Dogs

Nifty Dogs is an open source api that has been setup to add ease the pains of keeping track of keys and dog photos to a minimum. This documentation site was constructed to help make accessing the api easier and its features easier and more clear.

API Endpoints

The links on the left will bring you to each of the endpoints that exist in the server and explain what requests you can make / what they each can do!

CodeSandbox

The following link is to an IDE that allows you to see the deployed API in action. Please let me know if you have any questions. CodeSandbox

Deployed Site

The following link is to a deployed version of the api. You can use an api testing application like Postman to test it, or the codesandbox provided above! https://nifty-dogs-api.herokuapp.com/

Docker Documentation

In addition to the api endpoints and their explanations there is also documentation that explains how to access the docker image and pull the image to your computer and use the api locally. You can access those docs HERE