Healthcare API server in Node.js using Restify and MongoDB
1. Install required packages and run HTTP server
npm install
node app.js2. Run Chai unit tests
mocha chai-http-test.js3. Import https://github.com/EmreDenizz/NodeJS-Healthcare-API-Server/blob/main/postman_collection.json to your Postman
4. Available methods:
- getPatients
- getPatient
- getCriticalPatients
- filterPatientsByName
- createPatient
- updatePatient
- deletePatient
- getTestRecords
- getTestRecord
- createTestRecords
- updateTestRecords
- deleteTestRecord