https://github.com/cesarherr/database_diagram
Diagram a data model clearly and explain what it's doing.
https://github.com/cesarherr/database_diagram
Last synced: 12 months ago
JSON representation
Diagram a data model clearly and explain what it's doing.
- Host: GitHub
- URL: https://github.com/cesarherr/database_diagram
- Owner: CesarHerr
- License: mit
- Created: 2023-08-21T19:40:27.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-21T21:32:51.000Z (over 2 years ago)
- Last Synced: 2025-01-13T23:55:27.933Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Clinic
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ](#faq)
- [π License](#license)
**[Clinic]** In this project, we obtained a database diagram, interpreted it and implemented the necessary SQL to build that database.
Database
- **[Use PostgreSQL]**
- **[Create a Database]**
Coming Soon.
To get a local copy up and running, Clone this repository to your desired folder.
### Prerequisites
In order to run this project you need:
Install Postgress DB
Example command in linunx mint or Ubbuntu:
```sh
sudo apt install postgresql postgresql-contrib
```
Others OS Options follow https://www.postgresql.org/
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/CesarHerr/database_diagram
```
### Install
Install this project with:
```sh
cd vet_clinic_database.git
npm install
```
### Usage
Coming Soon.
### Run tests
Coming Soon.
### Deployment
Coming Soon.
π€ CΓ©sar Herrera
- GitHub: [@cesarherr](https://github.com/Cesarherr)
- Twitter: [@cesarherr2](https://twitter.com/cesarherr2)
- LinkedIn: [cesarherr](https://www.linkedin.com/in/cesarherr/)
π€ Claudia Rojas
- GitHub: [@ClaudiaRojasSoto](https://github.com/ClaudiaRojasSoto)
- LinkedIn: [cesarherr](https://www.linkedin.com/in/claudia-rojas-soto/)
- [ ] **[Add more tables]**
- [ ] **[Add more data]**
Contributions, issues, and feature requests are welcome!
If you like this project, give it a βοΈ!
I would like to Microverse for giving us the opportunity to learn and grow as developers and also we like to thank our families, they are all our support. π
This project is [MIT](./LICENSE) licensed.