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.
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.
To get a local copy up and running, follow these steps.
- Clone this repository to your local machine:
git clone https://github.com/ClaudiaRojasSoto/DB_clinic.git
- 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
- LinkedIn: LinkedIn
- User Authentication
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
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.