/mediscan

Primary LanguageJavaScript

Mediscan

Mediscan is a symptom checker app. If you are not feeling well you can come here and ask Heal about the possible cause of your illness. It will require only a few minutes to find the cause and the best part about heal is, you do not need to write all the things by yourself, we integrate a voice assistant in the app powered by Dasha AI so you just need to answer a few questions and you are good to go.

Run Locally

Clone the project

  git clone https://github.com/kshitijv09/mediscan.git

Go to the project directory

  cd mediscan

Go to frontend

  cd client

Install the dependencies

  npm install

start the frontend server

  npm start

Go to backend

  cd server

Install the dependencies

  npm install

start the backend server

  npm start

You're good to go now.