Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnftitor/medical_database

This exercise aims to reinforce our understanding of scheme diagrams in order to plan and create relational databases.
https://github.com/johnftitor/medical_database

database postgresql sql

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

![](https://img.shields.io/static/v1?label=BY&message=JohnFTitor&color=blue)
![](https://img.shields.io/static/v1?label=BY&message=Reemoz&color=pink)

## 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](https://github.com/microverseinc/curriculum-databases/blob/main/db-structure/database_from_diagram.md)

## 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

```bash
$ git clone [email protected]:JohnFTitor/medical_database.git
$ cd medical_database
```
1. Connect to your PostgreSQL server with `psql`
```bash
psql
```
2. Create the database `medical_database`
```bash
CREATE DATABASE medical_database;
```
3. Connect to your database `medical_database`
```bash
\c vet-clinic
```

## Authors

πŸ‘€ **Reem**

Platform | Badge |
--- | --- |
**GitHub** | [@Reem-lab](https://github.com/Reem-lab)
**Twitter** | [Rem79940127](https://twitter.com/Rem79940127)
**LinkdIn** | [reem-janina](https://www.linkedin.com/in/reem-janina-ab74ab21a/)

:bust_in_silhouette: **AndrΓ©s Felipe Arroyave Naranjo**

Platform | Badge |
--- | --- |
**GitHub** | [@JohnFTitor](https://github.com/JohnFTitor)
**Twitter** | [@johnftitor](https://twitter.com/johnftitor)
**LinkedIn** | [Andres](https://www.linkedin.com/in/andresarroyavenaranjo/?locale=en_US)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

Microverse requirements