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

https://github.com/alejandroq12/clinic-database

clinic_database
https://github.com/alejandroq12/clinic-database

Last synced: 2 months ago
JSON representation

clinic_database

Awesome Lists containing this project

README

        

## Getting Started



logo


Clinic Database



# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Clinic Database ](#-clinic-database-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 Clinic Database

> **Clinic Database** is a relational database to create the initial data structure for a hospital. I created different tables, its relationships and indexes.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **Database for a hospital.**
- **Queries to create the indexes.**
- **add "join table" for medical_histories and treatments tables.**

(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:

Install postgreSQL 15

### Setup

```sh
cd my-folder
git clone https://github.com/Alejandroq12/clinic-database.git
```

### Install

Install this project with:

Not available at the moment

### Usage

To run the project, execute the following command:

Not available at the moment

### Run tests

To run tests, run the following command:

Not available at the moment

### Deployment

You can deploy this project using:

Not available at the moment

(back to top)

## 👥 Authors

👤 **Julio Quezada**

- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)

(back to top)

## 🔭 Future Features

- **Insert data because right now it is just the schema.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

## ⭐️ Show your support

If you like this project please give a star.
Thanks in advance.

(back to top)

## 🙏 Acknowledgments

I would like to thank all of my colleagues who inspire to do my best everyday.

(back to top)

## ❓ FAQ

- **Did you create this project from scratch?**

- Absolutely. Creating this project from zero has significantly increased my understanding of essential SQL and PostgreSQL concepts. This project has familiarized me with interpreting database diagrams to build a database schema, implementing various types of joins to link tables effectively, optimizing query performance through strategic indexing, enforcing data integrity with type-specific constraints, and effectively documenting the development process for clear communication and future maintenance.

(back to top)

## 📝 License

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

(back to top)