Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ab-noori/clinic
- Owner: ab-noori
- License: mit
- Created: 2023-07-19T11:30:43.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-07-20T20:25:19.000Z (over 1 year ago)
- Last Synced: 2024-10-12T06:51:52.542Z (27 days ago)
- Topics: database, database-schema, erdiagram, postgresql, postgresql-database, schema-diagram, sql, sql-query, tables
- Homepage:
- Size: 144 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]** The database diagram is interpreted, and implemented the SQL needed to build that database.
Client
Server
Database
- **[create patients table]**
- **[create all the necessary foreign keys]**
- **[Create a many to many relational table]**
![clinic_diagram](https://github.com/ab-noori/clinic/assets/111179533/f8f35869-45cd-4599-a203-8780f2882013)
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
```
👤 **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/)
- [ ] **[Normalize the database]**
- [ ] **[Displaying data on a UI]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ab-noori/clinic/issues).
If you like this project, give it a star.
First, I would like to thank Microverse and my coding partners.
- **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.
This project is [MIT](./LICENSE) licensed.