Skip to content

Server side with nodejs for a hospital to store details of covid screening details

Notifications You must be signed in to change notification settings

tanbir-create/Hospital-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital-API

Server side with nodejs for a hospital to details of covid screening details

Theme:

  • Design an API for the doctors of a Hospital which has been allocated by the govt for testing and quarantine + well being of COVID-19 patients

API endpoints:

/doctors/register
/doctors/login
/patients/register
/patients/:id/create_report
/patients/:id/reports
/reports/:status

tech stack

  • Nodejs
  • Expressjs
  • MongoDB

Dependencies

  "dotenv": "^10.0.0",
  "express": "^4.17.1",
  "helmet": "^4.6.0",
  "joi": "^17.5.0",
  "jsonwebtoken": "^8.5.1",
  "lodash": "^4.17.21",
  "mongoose": "^6.0.14" 


About

Server side with nodejs for a hospital to store details of covid screening details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published