Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 551 Bytes

Instructions.md

File metadata and controls

47 lines (28 loc) · 551 Bytes

Medico Application

Quick Overview

Running Server

cd project-app-1
npm install 
cd \backend\auth-api
npm install 
npm start

Running Frontend

Go inside the project-app-1 and run below command
npm start

Testing rest API's with mocha and chai

inside backend/auth-api run the following after stopping backend server:
npm test
Result : 36 passed

Testing Credentials

Patient Login Id

username: harshith password: 123456

Admin / Doctor Login Id

username: srinidh password: 123456