/SOFT355-Kinder

A full-stack web app where users can rate cats on their cuteness and view the most highly rated cats.

Primary LanguageJavaScript

SOFT355-Kinder

A full-stack web app where users can rate cats on their cuteness and view the most highly rated cats.

DevOps Pipeline

Front End

npm install - Install application dependencies
npm start - Run application on local host
npm test - Run unit tests.

Front End

npm install - Install application dependencies
npm run start - Run application on local host
npm run test - Run unit tests.
npm run int-test - Run integration tests.