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

https://github.com/maximoortelli/diagram_clinic


https://github.com/maximoortelli/diagram_clinic

Last synced: 6 months ago
JSON representation

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-)
- [💻 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/Diagramasql.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)

## 💻 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/maximoortelli/diagram_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

👤 **Maximo Ortelli**

- GitHub: [@githubhandle](https://github.com/maximoortelli)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/maximo-ortelli-rueda/)

(back to top)

## 🔭 Future Features

- [x] **User Authentication**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/maximoortelli/diagram_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](./LICENSE).

(back to top)