/online-doctor

A sample application to explore chat with node and angular

Primary LanguageJavaScript

Online Doctor

A project to explore a chat service between patient and doctor.

Run the project

  • Clone the project
  • Go to online-doctor-web folder and run npm install
  • Go to online-doctor-server folder and run npm install
  • Start both the project using npm start