Skip to content

hyfi06/HALAH-Laboratories-Platform-backend

Repository files navigation

HALAH

HALAH Laboratories Platform

HALAH Laboratories is a laboratory that offers clinical analysis, through its platform makes it easier to avoid human contact when conducting clinical tests.

Frontend

Backend

Backend for HALAH Laboratory Platform

API url

Allowed routes:

/api/auth

This route handles authentication. See more.

/api/users

This route handles users. See more.

/api/exams

This route handles enables medical exams. See more.

/api/orders

This route handles patients orders. See more.

/api/results

This route handles results of test. See more.

/api/pdfs

This route handles test results pdf. See more.

/api/messages

This route handles messages. See more.

Installation

npm install

Run

npm start

Develop

If you want run, run the next line:

npm run dev

Test

If you want run test, run the next line:

npm test
npm run cover

Wiki

Please see our wiki

Contributing

Please see our contributing.md.

License

Licensed under the MIT License.

Authors