https://github.com/claudiarojassoto/db_clinic
This project includes the implementation of a clinic's database from a relational diagram where the tables and their columns are specified, as well as the relationships between them. Accordingly, the tables are built and their relationships are established.
https://github.com/claudiarojassoto/db_clinic
diagram join many-to-many many-to-one relational-databases sql
Last synced: 5 days ago
JSON representation
This project includes the implementation of a clinic's database from a relational diagram where the tables and their columns are specified, as well as the relationships between them. Accordingly, the tables are built and their relationships are established.
- Host: GitHub
- URL: https://github.com/claudiarojassoto/db_clinic
- Owner: ClaudiaRojasSoto
- Created: 2023-08-21T18:41:09.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-04T01:37:18.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T12:46:21.260Z (6 months ago)
- Topics: diagram, join, many-to-many, many-to-one, relational-databases, sql
- Homepage:
- Size: 585 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 DB\_clinic ](#-db_clinic-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)This project includes the implementation of a clinic's database from a relational diagram where the tables and their columns are specified, as well as the relationships between them. Accordingly, the tables are built and their relationships are established.
%2015.15.12.png)
The project is built using SQL for database management. Getting Started Follow these steps to understand and work on the project:
The project is built using the following technologies:
Server
Database
- **SQL Database Management**
- **Relational Diagram**
Unfortunately, there is no live demo available for this project at the moment.
## Setup
To get a local copy up and running, follow these steps.
1. Clone this repository to your local machine:
```
git clone https://github.com/ClaudiaRojasSoto/DB_clinic.git
```
2. Set up a PostgreSQL database named clinic.
Make sure you have PostgreSQL installed and configured on your machine before running the command.
👤 **Claudia Rojas**
- GitHub: [@githubhandle](https://github.com/ClaudiaRojasSoto)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/claudia-rojas-soto/)
- [ ] **User Authentication**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ClaudiaRojasSoto/DB_clinic/issues).
If you like this project or if it helped you, please give a ⭐️. I'd really appreciate it!
I would like to thank Microverse and all my peers and colleagues at Microverse for giving me the opportunity to work on this project.
**How do I set up the PostgreSQL database for this project?**
Clone the repository to your local machine
Create a new PostgreSQL database named "clinic".
Execute the SQL commands in the "schema.sql" file to create the necessary table structure.
This project is [MIT](MIT.md).