Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abdelaziz-mahdi/clinic-db
- Owner: Abdelaziz-Mahdi
- License: mit
- Created: 2023-08-22T15:05:20.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-22T21:15:35.000Z (about 1 year ago)
- Last Synced: 2024-05-17T15:35:52.582Z (6 months ago)
- Size: 9.77 KB
- Stars: 3
- 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)
- [💻 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** Is an interpretation of a clinic database diagram, and implements the SQL needed to build that database.
Database
- Diagram a data model clearly.
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;
👤 **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)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Abdelaziz-Mahdi/clinic-db/issues).
Give a ⭐️ if you like this project!
- Extend the Database and improve it.
- Project inspired by Microverse Program.
This project is [MIT](./LICENSE) licensed.