Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/johnftitor/medical_database
- Owner: JohnFTitor
- Created: 2022-03-29T20:28:51.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-29T21:40:54.000Z (over 2 years ago)
- Last Synced: 2023-03-05T12:31:42.329Z (almost 2 years ago)
- Topics: database, postgresql, sql
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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