0.0.4 • Published 5 years ago

@dmatis/hippocrates v0.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Hippocrates API

API for our project on Hack Kosice 2019

What's working

Server listens on *:8080 run-server command should work

GET /?param_name=param_value - GET request to / with or without parameters POST / - POST request to / with or without parameters (not tested yet!!!)

POST * and GET * - Will throw 404 error

What will work

GET /doctors - get list of doctors GET /patients - get list of patients GET /doctor/:id - get doctor with id id GET /patient/:id - get patient with id id GET /reservations/?day=DD.MM.YYYY - get list of times of the day (with day parameter) or the next 5 working days which are occupied by patients ...

Dependencies

  1. Express
  2. Body-parser
  3. Multer
0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago