Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abdelaziz-mahdi/clinic-db

Interpret a clinic database diagram, and implement the SQL needed to build that database.
https://github.com/abdelaziz-mahdi/clinic-db

Last synced: 28 days ago
JSON representation

Interpret a clinic database diagram, and implement the SQL needed to build that database.

Awesome Lists containing this project

README

        

# Clinic-DB

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Create](#create)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [⭐️ Future Features](#future-features)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Clinic-DB

**Clinic-DB** Is an interpretation of a clinic database diagram, and implements the SQL needed to build that database.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- Diagram a data model clearly.

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

PostgreSQL

### Setup

- *Download*
https://www.postgresql.org/download/
- *Docs*
https://www.postgresql.org/docs/

### Create

To create that DB, run the commands inside: schema_based_on_diagram.sql

### Usage

SELECT * FROM clinic_db;

(back to top)

## 👥 Authors

👤 **Abdelaziz Mahdi**

- GitHub: [@Abdelaziz-Mahdi](https://github.com/Abdelaziz-Mahdi)
- Twitter: [@_AbdelazizMahdi](https://twitter.com/_AbdelazizMahdi)
- LinkedIn: [in/abdelaziz-mahdi](https://www.linkedin.com/in/abdelaziz-mahdi)

👤 **Javivy**

- GitHub: [@Javivy](https://github.com/Javivy)
- LinkedIn: [Javier Vargas](https://www.linkedin.com/in/javier-alejandro-vargas-ortega)
- Twitter [@Javivy_2803](https://twitter.com/Javivy_2803)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Abdelaziz-Mahdi/clinic-db/issues).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

### Future Features

- Extend the Database and improve it.

(back to top)

## 🙏 Acknowledgments

- Project inspired by Microverse Program.

(back to top)

## 📝 License

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

(back to top)