About | Technology | Getting Started | Usage | Roadmap | License
Prescription API is a medical prescription service, which inserts new prescriptions and integrates with another service that has four endpoints:
[GET] /physicians/:id/
: returns the data of a specific physician by itsID
.[GET] /clinics/:id/
: returns the data of a specific clinic by itsID
.[GET] /patients/:id/
: returns the data of a specific patient by theirID
.[POST] /metrics/
: final data integration, where the fetched data will be saved.
This project was developed with the following technologies:
- Clone the repository:
git clone https://github.com/WesGtoX/prescriptions-api.git
- Set the environment variables:
cp .env.sample .env
- Run:
make run
- Run tests:
make test
See the open issues for a list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE for more information.
Made with ♥ by Wesley Mendes 👋