This is a simple example api used for demonstration purposes. It provides access to randomly generated patient and wound resources.
npm start
navigate to http://0.0.0.0:3000/patients/documentation to view Swagger docs.
If you wish to change the default number of patients and wounds generated on start up, it can be configured in the model/config.js
file.