Skip to content

srinidh-007/Medico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medico

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published