Medical Clinic Database

This repository is about the development of a database coming from an assigned ER diagram provided by Microverse.

screenshot

  • This database has tables, primary keys, foreign keys and indexes for each foreign to perform the query search faster.

Built With

  • PostgreSQL

Getting Started

Prerequisites

  • A code editor of your preference.
  • PostgreSQL.

Install

  • Clone the repository from gitHub
git clone <REPO-NAME>

  • Use the follow code in your postgreSQL command line to create the database and all its entities automatically.
\i schema_based_on_diagram ;

Authors

👤 Author1

👤 Leonardo Paz (Performance audit)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.