Mobile application that guides you to the right doctor depending on your needs. Developed on the Funovation Hac22 Foxconn Hackathon.
Clone the repository:
git clone git@github.com:ZirixCZ/Medifinder.git
Change directory to /frontend
and type:
npm install
This installed all dependencies needed for the frontend to work. Now start the development server by running:
npm run start
Considering you followed the steps above, open new terminal window and change directory to /API
. then type:
npm install
Now start the server locally by running:
npm run start