https://github.com/alejandroq12/clinic-database
clinic_database
https://github.com/alejandroq12/clinic-database
Last synced: 2 months ago
JSON representation
clinic_database
- Host: GitHub
- URL: https://github.com/alejandroq12/clinic-database
- Owner: Alejandroq12
- License: other
- Created: 2023-11-30T01:34:09.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-12-02T02:48:54.000Z (over 1 year ago)
- Last Synced: 2025-01-08T10:45:51.850Z (4 months ago)
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting Started
![]()
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** is a relational database to create the initial data structure for a hospital. I created different tables, its relationships and indexes.
Database
- **Database for a hospital.**
- **Queries to create the indexes.**
- **add "join table" for medical_histories and treatments tables.**
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
👤 **Julio Quezada**
- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)
- **Insert data because right now it is just the schema.**
Contributions, issues, and feature requests are welcome!
If you like this project please give a star.
Thanks in advance.
I would like to thank all of my colleagues who inspire to do my best everyday.
- **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.
This project is [MIT](./LICENSE) licensed.