Skip to content

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

Notifications You must be signed in to change notification settings

Reem-lab/medical_database

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published