Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ab-noori/clinic

The database diagram is interpreted, and implemented the SQL needed to build that database.
https://github.com/ab-noori/clinic

database database-schema erdiagram postgresql postgresql-database schema-diagram sql sql-query tables

Last synced: 11 days ago
JSON representation

The database diagram is interpreted, and implemented the SQL needed to build that database.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Schema Diagram](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 [Clinic]

> **[Clinic]** The database diagram is interpreted, and implemented the SQL needed to build that database.

## 🛠 Built With

### Tech Stack

Client



Server



Database

### Key Features

- **[create patients table]**
- **[create all the necessary foreign keys]**
- **[Create a many to many relational table]**

(back to top)

## 🚀 Schema Diagram

![clinic_diagram](https://github.com/ab-noori/clinic/assets/111179533/f8f35869-45cd-4599-a203-8780f2882013)

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

Example command:

```sh
Install PostgreSQL
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/ab-noori/clinic.git
```

### Install

Install this project with:

```sh
cd my-folder
git clone https://github.com/ab-noori/clinic.git
```

### Usage

To run the project, execute the following command:

```sh
cd my-folder
git clone https://github.com/ab-noori/clinic.git
```

### Run tests

To run tests, run the following command:

```sh
npm test
```

### Deployment

You can deploy this project using:

```sh
npm run deploy
```

(back to top)

## 👥 Authors

👤 **Abdul Ali Noori**

- GitHub: [@ab-noori](https://github.com/ab-noori)
- Twitter: [@AbdulAliNoori4](https://twitter.com/AbdulAliNoori4)
- LinkedIn: [abdulali-noori](https://www.linkedin.com/in/abdulali-noori)

👤 **Otmane Echchafyky**

- GitHub: [@otmaneechchafyky](https://github.com/otmaneechchafyky)
- Twitter: [@EchchafykyO](https://twitter.com/EchchafykyO)
- LinkedIn: [otmaneechchafyky](https://www.linkedin.com/in/otmane-echchafyky-125801248/)

(back to top)

## 🔭 Future Features

- [ ] **[Normalize the database]**
- [ ] **[Displaying data on a UI]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ab-noori/clinic/issues).

(back to top)

## ⭐️ Show your support

If you like this project, give it a star.

(back to top)

## 🙏 Acknowledgments

First, I would like to thank Microverse and my coding partners.

(back to top)

## ❓ FAQ (OPTIONAL)

- **How to optimize database performance?**

- Use indexes on frequently queried columns to improve search speed.
- Normalize the database structure to minimize data redundancy and improve data integrity.

- **How to ensure database security?**

- Implement proper authentication and authorization mechanisms to control access to the database.
- Regularly update and patch the database software to address security vulnerabilities.

(back to top)

## 📝 License

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

(back to top)