Reem-lab / medical_database

This exercise aims to reinforce our understanding of scheme diagrams in order to plan and create relational databases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medical Database

This exercise aims to reinforce our understanding of scheme diagrams in order to plan and create relational databases.

Scheme Diagram

If you want to see the diagram and description, refer to Microverse link here

Getting Started

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

Requirements

  • PostgreSQL server installed and running
  • psql installed

Clone this repository

$ git clone git@github.com:JohnFTitor/medical_database.git
$ cd medical_database
  1. Connect to your PostgreSQL server with psql
psql
  1. Create the database medical_database
CREATE DATABASE medical_database;
  1. Connect to your database medical_database
\c vet-clinic

Authors

👤 Reem

Platform Badge
GitHub @Reem-lab
Twitter Rem79940127
LinkdIn reem-janina

👤 Andrés Felipe Arroyave Naranjo

Platform Badge
GitHub @JohnFTitor
Twitter @johnftitor
LinkedIn Andres

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Microverse requirements

About

This exercise aims to reinforce our understanding of scheme diagrams in order to plan and create relational databases.