Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)

# 📖 Clinic database

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

## 🛠 Built With

- Sql shell (psql) and pgAdmin

### Tech Stack

> PostgreSQL

Database

### Key Features

- schema based on diagram.
- patients, medical histories, invoices, and invoice items and treatments tables.
- many to many relationship.

(back to top)

## 💻 Getting Started

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

```

## 👥 Authors

👤 **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/)

(back to top)

## 🔭 Future Features

> Data will be populated.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

we would like to thank microverse community for the support and guidance.

(back to top)

## 📝 License

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

(back to top)