The dogbook is web app where users can upload a picture of a dog and see a gallery of pictures of dogs of the same breed.
To start the project, use:
npm run start
To run the linter, execute the command:
npm run lint
optionally, you can append :fix
to automatically fix any auto-fixable linting
issues.
To test you application, use:
npm run test