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

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.

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-)

# 📖 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.

![Diagram](img/Captura%20de%20pantalla%202023-08-21%20a%20la(s)%2015.15.12.png)

## 🛠 Built With

The project is built using SQL for database management. Getting Started Follow these steps to understand and work on the project:

### Tech Stack

The project is built using the following technologies:

Server

Database

### Key Features

- **SQL Database Management**
- **Relational Diagram**

(back to top)

## 🚀 Live Demo

Unfortunately, there is no live demo available for this project at the moment.

(back to top)

## 💻 Getting Started

## 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.

## 👥 Authors

👤 **Claudia Rojas**

- GitHub: [@githubhandle](https://github.com/ClaudiaRojasSoto)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/claudia-rojas-soto/)

(back to top)

## 🔭 Future Features

- [ ] **User Authentication**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ClaudiaRojasSoto/DB_clinic/issues).

(back to top)

## ⭐️ Show your support

If you like this project or if it helped you, please give a ⭐️. I'd really appreciate it!

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse and all my peers and colleagues at Microverse for giving me the opportunity to work on this project.

(back to top)

## ❓ FAQ

**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.

(back to top)

## 📝 License

This project is [MIT](MIT.md).

(back to top)