Authors: Eddie Kanevsky, Dror Mor, Ali Shaer, Daniel Sharon
The project has been graded 95/100 by our mentor, Prof. Anna Zamansky.
The purpose of this project is to implement a simple application for dog owners to upload their dogs' eye images to detect wheter a dog has a severe condition or not. The application should enable live communication between the dog owners and a vet for a further consultation.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
-
Install Node.js
-
Install Yarn globally and set it to the latest version by running the following commands:
npm install -g yarn
-
Install all the dependencies:
yarn install
-
Start the development server:
yarn start
The application will now be running on http://localhost:3000.
- React - A JavaScript library for building user interfaces
This project is licensed under the MIT License - see the LICENSE.md file for details.