{"id":20114275,"url":"https://github.com/wesgtox/prescriptions-api","last_synced_at":"2026-04-12T13:07:46.542Z","repository":{"id":108380146,"uuid":"449949065","full_name":"WesGtoX/prescriptions-api","owner":"WesGtoX","description":"Medical prescription service.","archived":false,"fork":false,"pushed_at":"2022-01-26T06:39:21.000Z","size":179,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T06:09:40.761Z","etag":null,"topics":["aiohttp","docker","docker-compose","fastapi","poetry-python","postgresql","pytest","pytest-cov","python","python-asynchronous","redis","redis-cache","redis-server","sqlalchemy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WesGtoX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-20T04:05:11.000Z","updated_at":"2023-03-09T02:12:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"32cc617c-1864-4aa9-afb3-ecac4b906980","html_url":"https://github.com/WesGtoX/prescriptions-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesGtoX%2Fprescriptions-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesGtoX%2Fprescriptions-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesGtoX%2Fprescriptions-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesGtoX%2Fprescriptions-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WesGtoX","download_url":"https://codeload.github.com/WesGtoX/prescriptions-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241557194,"owners_count":19981881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aiohttp","docker","docker-compose","fastapi","poetry-python","postgresql","pytest","pytest-cov","python","python-asynchronous","redis","redis-cache","redis-server","sqlalchemy"],"created_at":"2024-11-13T18:29:03.684Z","updated_at":"2026-04-12T13:07:46.497Z","avatar_url":"https://github.com/WesGtoX.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Prescriptions API\n  \u003cbr /\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#about-the-project\"\u003eAbout\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#technology\"\u003eTechnology\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#roadmap\"\u003eRoadmap\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Prescriptions API CI\" src=\"https://github.com/WesGtoX/prescriptions-api/actions/workflows/fastapi-app.yml/badge.svg\" /\u003e\n  \u003cimg alt=\"codecov\" src=\"https://codecov.io/gh/WesGtoX/prescriptions-api/branch/main/graph/badge.svg?token=Z7A8JVCI7W\" /\u003e\n  \u003cimg alt=\"GitHub top language\" src=\"https://img.shields.io/github/languages/top/wesgtox/prescriptions-api?style=plastic\" /\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/wesgtox/prescriptions-api?style=plastic\" /\u003e\n  \u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/wesgtox/prescriptions-api?style=plastic\" /\u003e\n  \u003cimg alt=\"GitHub issues\" src=\"https://img.shields.io/github/issues/wesgtox/prescriptions-api?style=plastic\" /\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/wesgtox/prescriptions-api?style=plastic\" /\u003e\n\u003c/p\u003e\n\n\n## About the Project\n\nPrescription API is a medical prescription service, which inserts new prescriptions and integrates with another service that has four endpoints:\n- `[GET] /physicians/:id/`: returns the data of a specific physician by its `ID`.\n- `[GET] /clinics/:id/`: returns the data of a specific clinic by its `ID`.\n- `[GET] /patients/:id/`: returns the data of a specific patient by their `ID`.\n- `[POST] /metrics/`: final data integration, where the fetched data will be saved.\n\n\n## Technology\n\nThis project was developed with the following technologies:\n\n- [Python](https://www.python.org/)\n- [FastAPI](https://fastapi.tiangolo.com/)\n- [PostgreSQL](https://www.postgresql.org/)\n- [Redis](https://redis.io/)\n- [Docker](https://www.docker.com/)\n- [Docker Compose](https://docs.docker.com/compose/)\n\n\n## Getting Started\n\n### Prerequisites\n\n- [Python](https://www.python.org/downloads/)\n- [Docker](https://docs.docker.com/get-started/)\n- [Docker Compose](https://docs.docker.com/compose/install/)\n\n\n### Install and Run\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/WesGtoX/prescriptions-api.git\n```\n2. Set the environment variables:\n```bash\ncp .env.sample .env\n```\n3. Run:\n```bash\nmake run\n```\n4. Run tests:\n```bash\nmake test\n```\n\n\n## Usage\n\n- [Prescription Live API](https://prescriptions-api-wes.herokuapp.com/)\n- [Prescriptions Docs](https://prescriptions-api-wes.herokuapp.com/docs)\n- [Prescriptions Redoc](https://prescriptions-api-wes.herokuapp.com/redoc)\n- [ScanAPI Report](https://python-challenge-scanapi.dev.iclinic.com.br/result?o=1643176921)\n\n\n## Roadmap\n\nSee the [open issues](https://github.com/WesGtoX/prescriptions-api/issues) for a list of proposed features (and known issues).\n\n\n## License\n\nDistributed under the MIT License. See [LICENSE](LICENSE) for more information.\n\n---\n\nMade with ♥ by [Wesley Mendes](https://wesleymendes.com.br/) :wave:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesgtox%2Fprescriptions-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwesgtox%2Fprescriptions-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesgtox%2Fprescriptions-api/lists"}