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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– 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

πŸ›  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

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

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

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

(back to top)

About

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.