HFG43 / clinic_db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

πŸ“— Table of Contents

πŸ“– Clinic Data Base

Clinic Data Base is a project where we put in practice the use of PGSQL, by generating an clinic database based on a given Diagram.

[Clinic Data Base] we put into practice PGSQL by creating tables considering the different types of relations, and create join tables needed to generate the many-to-many relation.

πŸ›  Built With

Tech Stack

Database

Key Features

  • [Use Gitflow]
  • [Create a Relational dataBase using PostgreSQL]
  • [Create a Table upon given Diagram]
  • [Add Join table for treament history]
  • [Add many to many relationships]

(back to top)

πŸ’» Getting Started

This repository includes files with plain SQL that can be used to recreate a database.

Prerequisites

In order to run this project you need to have PostgreSQL installed:

Linux: sudo apt-get install postgresql

Windows: https://www.postgresql.org/download/windows/

Setup

Clone this repository to your desired folder:

cd my-folder git clone https://github.com/HFG43/clinic_db

Usage

To run the project, execute the commands detailed inside:

schema_based_on_diagram.sql to create clinics Data Base & and its tables.

πŸ‘₯ Authors

πŸ‘€ HernΓ‘n GΓΌemes

πŸ‘€ Andrea Manuel

(back to top)

πŸ”­ Future Features

  • [Insert data & queries]

(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 you could clone the repo and work with it or do the changes in a new branch. Also you could let a message with your thoughts.

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for providing the necessary resources for this project.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License