An open API service indexing awesome lists of open source software.

https://github.com/hyfi06/halah-laboratories-platform-backend

Backend for HALAH Laboratory Platform
https://github.com/hyfi06/halah-laboratories-platform-backend

halah-laboratory-platform platzi-master

Last synced: 6 months ago
JSON representation

Backend for HALAH Laboratory Platform

Awesome Lists containing this project

README

        



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

- [Deploy](https://www.halahlaboratories.com/)
- [Mockups & Prototypes](https://www.figma.com/file/xdQcnzQayyiFqZ7U4bxQNw/HALAH-labs?node-id=51%3A1470)
- [Features](https://www.canva.com/design/DAD95DNJxrs/jbyIuU6OdT7pCPTtfdXZrA/view?utm_content=DAD95DNJxrs&utm_campaign=designshare&utm_medium=link&utm_source=sharebutton)
- [Responsibilities](https://www.canva.com/design/DAD95IXSiv0/4rpYm5FeBeBNtRc9qWxzVw/view?utm_content=DAD95IXSiv0&utm_campaign=designshare&utm_medium=link&utm_source=sharebutton)
- [Admin Manual](https://www.canva.com/design/DAD9ffb9EzQ/UmLjPGq_RDSJn2cXKjaIoQ/view?utm_content=DAD9ffb9EzQ&utm_campaign=designshare&utm_medium=link&utm_source=sharebutton)
- [Organization](https://www.notion.so/Sistema-Gestor-de-Ex-menes-para-Laboratorios-Cl-nicos-df11ce944b2a4dc1adac33d4df519a5b)

## Backend

- [Deploy](https://api.halahlaboratories.com/)
- [Repository](https://github.com/hyfi06/platzi-master-end-game-backend)
- [Test catalog research](https://www.mayocliniclabs.com/test-catalog/)
- [Wiki](https://github.com/hyfi06/platzi-master-end-game-backend/wiki)
- [Database](https://github.com/hyfi06/platzi-master-end-game-backend/wiki/Database)

## Backend for HALAH Laboratory Platform

## API url

Allowed routes:

### `/api/auth`

This route handles authentication. [See more](/components/auth).

### `/api/users`

This route handles users. [See more](/components/users).

### `/api/exams`

This route handles enables medical exams. [See more](/components/exams).

### `/api/orders`

This route handles patients orders. [See more](/components/orders).

### `/api/results`

This route handles results of test. [See more](/components/results).

### `/api/pdfs`

This route handles test results pdf. [See more](/components/pdfs).

### `/api/messages`

This route handles messages. [See more](/components/messages).

## Installation

```bash
npm install
```

## Run

```bash
npm start
```

## Develop

If you want run, run the next line:

```bash
npm run dev
```

## Test

If you want run test, run the next line:

```bash
npm test
```

```bash
npm run cover
```

## Wiki

Please see our [wiki](https://github.com/hyfi06/platzi-master-end-game-backend/wiki)

## Contributing

Please see our [contributing.md](/contributing.md).

## License

Licensed under the [MIT License](/LICENSE).

## Authors

- [Alexis Araujo](https://github.com/ealexisaraujo)
- [Alberto Camarena](https://github.com/Alberthor47)
- [Luis Flores](https://github.com/luisflorescode)
- [Humberto López](https://github.com/HumbertoMLL)
- [Héctor Olvera](https://github.com/hyfi06)