A digital healthcare platform that enables people to consult with top doctors on video conferences. Cure Connect connects the doctors and the patients within few seconds.
-
ReactJs
-
Bootstrap
-
NodeJs
-
MongoDB
-
Sawo API
-
Twilio
-
Dasha.AI
-
Socket.Io
-
JWT
- Clone the repository and install all the necessary dependencies in both server and client side.
git clone https://github.com/rwiteshbera/Cure-Connect-Hack-The-League
cd Cure-Connect-Hack-The-League
cd server
npm install
cd ..
cd client
npm install
-
Create a
.env
file in/server
directroy. Add JWT token for authentication and Twilio accountSid, Authtoken, messageSid to send sms. -
Please make sure mongod is running on mongodb://localhost:27017
-
Run the server side
npm run start
- Open a new terminal to run Dasha.AI
npx dasha account login
- Run the client side
npm start