https://github.com/mozameljawad/clinic_db
The Clinic-database is the relational database for the clinic, which has patients, treatments, medical_histories, invoices, invocie_items, and medical_history_treatment tables. The relationship between the related tables is created using foreign key constraints.
https://github.com/mozameljawad/clinic_db
postgresql
Last synced: 9 months ago
JSON representation
The Clinic-database is the relational database for the clinic, which has patients, treatments, medical_histories, invoices, invocie_items, and medical_history_treatment tables. The relationship between the related tables is created using foreign key constraints.
- Host: GitHub
- URL: https://github.com/mozameljawad/clinic_db
- Owner: MozamelJawad
- License: mit
- Created: 2023-10-03T10:14:51.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-03T15:49:40.000Z (over 2 years ago)
- Last Synced: 2025-05-15T02:36:36.245Z (about 1 year ago)
- Topics: postgresql
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clinic-database
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π» Getting Started](#getting-started)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)
The Clinic-database is the relational database for the clinic, which has patients, treatments, medical_histories, invoices, invocie_items, and medical_history_treatment tables. The relationship between the related tables is created using foreign key constraints.
## π Built With
* PostgreSQL
### Tech Stack
Database
### Key Features
- **CREATE-DATABSE**
- **CREATE-TABLE**
- **FK Indexes**
## Getting Started
### Prerequisites
This repository includes files with plain SQL that can be used to recreate a database:
- Use [schema_based_on_diagram](./schema_based_on_diagram.sql) to create database and all tables.
### Setup
Clone this repository to your desired folder:
- git clone https://github.com/MozamelJawad/clinic_db.git
- cd clinic_db
π€ **Mozamel Jawad**
- GitHub: [@githubhandle](https://github.com/MozamelJawad)
- Twitter: [@twitterhandle](https://twitter.com/mozameljawad)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mozamel-jawad/)
π€ **Mershark Takyi**
- GitHub: [@githubhandle](https://github.com/mershark)
- LinkedIn: [Profile link](https://www.linkedin.com/in/mershark/)
π€ **Young Gaius**
- Github: [Young-Gaius](https://github.com/Young-Gaius)
- Linkedin: [Young-gaius](https://www.linkedin.com/in/young-gaius-205624268/)
- Twitter: [Young Gaius](https://twitter.com/EhuYoung)
- **Additional Queries**
- **Additional Tables**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/MozamelJawad/clinic_db/issues).
If you like this project give it a star!
- Thanks to the Microverse team for the great curriculum.
- Thanks to the Code Reviewer(s) for the insightful feedback.
- Thanks to our coding partners, the morning session team, and the standup team for their cooperation.
This project is [MIT](./LICENSE) licensed.