Skip to content

A web portal for getting consultation from medical professionals by chatting with them

Notifications You must be signed in to change notification settings

kushbatla/Dr-Net-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🩺 Dr-Net

Ever faced the need of getting quick consultation from a medical professional but dont want to go to clinic for it.

So here comes Dr-Net a web-portal where you can chat with any medical professional as per you choice and pay his/her consulation fees and get access to chat with him/her and resolve your queries.

⭐ Features

  • ✅ Easy signin/signup. image
  • ✅ Simple and quick payment. image
  • ✅ Shows the online activity of user and realtime chat. image
  • ✅ Simple UI. image image

🤖 Testing Credentials

dummy login credential (patient)

email : [email protected]
pssword: 123456

dummy login credential (doctor)

email : [email protected]
pssword: 123456

For testing payment related info please refer this

Purpose Test Card Number Extra Info
successful transaction 4500600000000061 Valid expiry date and amount bwteen 0.01 to 1999.99
unsuccessful transaction 4000111111111115 Invalid Expiry date or amount between 2000 to 2999

🗃 Tech Stack

👨‍💻 Getting Started

Setup the repository to your local environment.

Fork repo
git clone https://github.com/YOUR-USERNAME/Dr-Net
cd Dr-Net

⚛️Frontend Setup

cd frontend
npm install
npm start

💻 Backend Setup

cd backend
npm install

Create your account at braintree and get your api keys from API section and save them in .env file of backend

BRAINTREE_MERCHANT_ID=
BRAINTREE_PUBLIC_KEY=
BRAINTREE_PRIVATE_KEY=

Run the server.

npm start

💬 Socket Server

Following are the steps to run the socket server of the Dr-Net on your local. All the socket code will go in the socket folder.

Navigate to socket folder.

cd socket
npm install
npm start

About

A web portal for getting consultation from medical professionals by chatting with them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages