A simple API for displaying dog images. You need to access to a MongoDB database instance for project to work. You can either start MongoDB locally or by setting the environment variable MONGODB_URL to point to your MongoDB instance.
- Run
npm install. - Run
npm run dev.
Have a look at <./api-requests.http> for examples of how to interact with this API.