Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zewdu444/clinic_database
This clinic database used to effectively handle the medical records of patients, keep track of their payment invoices, and document the treatments they receive during their visits.
https://github.com/zewdu444/clinic_database
pgsql
Last synced: 27 days ago
JSON representation
This clinic database used to effectively handle the medical records of patients, keep track of their payment invoices, and document the treatments they receive during their visits.
- Host: GitHub
- URL: https://github.com/zewdu444/clinic_database
- Owner: zewdu444
- License: mit
- Created: 2023-04-03T20:07:57.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-04-25T08:54:17.000Z (over 1 year ago)
- Last Synced: 2024-09-28T18:20:56.602Z (about 1 month ago)
- Topics: pgsql
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [:camera: project screenshot](#screen-shoot)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)- [📝 License](#license)
> This clinic database used as to effectively handle the medical records of patients, keep track of their payment invoices, and document the treatments they receive during their visits.
## Project Screenshots
![screen shot](clinic_er.png)
- Sql shell (psql) and pgAdmin
> PostgreSQL
Database
- schema based on diagram.
- patients, medical histories, invoices, and invoice items and treatments tables.
- many to many relationship.
### Prerequisites
In order to run this project you need installed postgresql and pgAdmin.
### Setup
Clone this repository to your local machine and run sql commands in the terminal or pgAdmin.
```sh
git clone https://github.com/zewdu444/clinic_database.git
cd clinic_database
```
### Usage
To run the project, execute the following command:
```
1 create clinic_database
2 Run schema_based_on_diagram.sql
```
👤 **zewdu erkyhun**
- GitHub: [zewdu444](https://github.com/zewdu444)
- Twitter: [@zewdu444](https://twitter.com/zewdu444)
- LinkedIn: [zewdu-anley](https://www.linkedin.com/in/zewdu-anley/)
👤 **Anthony Martin**
- GitHub: [anthonymr](https://github.com/anthonymr)
- Twitter: [@Anthony2Martin](https://twitter.com/Anthony2Martin)
- LinkedIn: [anthony-martin](https://www.linkedin.com/in/anthony-martin-8820a3117/)
> Data will be populated.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/zewdu444/clinic_database/issues).
Give a ⭐️ if you like this project!
we would like to thank microverse community for the support and guidance.
This project is [MIT](./LICENSE) licensed.