Skip to content

Enter breed name of your favorite dog and enjoy the pictures

Notifications You must be signed in to change notification settings

Peri7at/dog-breed-photo-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dog breed photo finder

This is a web application, where you can enter a name of a dog breed and display dog images of that certain breed, developed in Node.js using the Koa web framework for backend, HTML and Bootstrap for frontend, and Dog API service for data. Mocha with Chai are used for unit testing.

Getting started

You will need to install Node.js.

For best results, use Node.js 16 or higher.

You can check your current version of Node.js with

$ node --version
v16.13.2

Then, inside this project, run

npm install
npm start

If the server starts successfully, you will see

Server running on http://localhost:3011

in the terminal.

To run the test suite

npm test

Documentation

About

Enter breed name of your favorite dog and enjoy the pictures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published