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

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.

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)

# πŸ“– Clinic-database

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**

(back to top)

## 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.

(back to top)

### Setup

Clone this repository to your desired folder:
- git clone https://github.com/MozamelJawad/clinic_db.git

- cd clinic_db

## πŸ‘₯ Authors

πŸ‘€ **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)

(back to top)

## πŸ”­Features

- **Additional Queries**
- **Additional Tables**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/MozamelJawad/clinic_db/issues).

(back to top)

## ⭐️ Show your support

If you like this project give it a star!

(back to top)

## πŸ™ Acknowledgments

- 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.

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)