Skip to content

computiq-training/dig-w1-clinic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dig-w1-clinic

Steps to solve the problem

  • Fork the repo.
  • Clone forked repo to your machine.
  • run npm i.
  • run npm run dev.
  • Write your solution according to the below specifications.
  • Push your changes to the forked repo.
  • Make a pull request.

Specifications

1- Complete solution with implementing all TO-DO comments in the code:

  • Routers:
    • patients
    • history
  • controllers:
    • patients:
      • GetPatientById
      • DeletePatient
      • UpdatePatient
      • GetHistoryOfPatient
    • history:
      • createHistoryForP 2- Create a new endpoint to enable the front-end develoer from registering new patient (you have to know where you have to edit in all the solution parts).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published