Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 780 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 780 Bytes

PolyTicket-NodeJS

NodeJS application for checking tickets of St. Petersburg polyclinics

Getting Started

  1. First of all you need to setup NodeJS on your machine.
  2. Then lauch setup[.bat] script to install all Node JS dependencies.
  3. Configure the application by specifying parameters in file config/app.properties
  4. Go to bin folder and launch proper script.

Launch options

  1. usage[.bat] - get information about additional command keys and properties.
  2. get-patient-id[.bat] - get patient id by last name, first name, patr name and birth date.
  3. get-appointments[.bat] - get list of all appointments and their ids for the next month by clinic id and doctor id.
  4. set-appointments[.bat] - set appointment by clinic id, patient id and appointment id.