https://github.com/cesarherr/vet_clinic_database
In this project, I will use a relational database to create the initial data structure for a vet clinic.
https://github.com/cesarherr/vet_clinic_database
Last synced: 12 months ago
JSON representation
In this project, I will use a relational database to create the initial data structure for a vet clinic.
- Host: GitHub
- URL: https://github.com/cesarherr/vet_clinic_database
- Owner: CesarHerr
- License: mit
- Created: 2023-08-13T19:05:07.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-21T22:14:02.000Z (over 2 years ago)
- Last Synced: 2025-01-13T23:08:45.779Z (about 1 year ago)
- Language: PLpgSQL
- Size: 49.8 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vet Clinic Database
# π 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)
**[Vet Clinic Database]** In this project, I use a relational database to create the initial data structure for a vet clinic. I will create a table to store animals' information, insert some data into it, and query it.

Database
- **[Use PostgreSQL]**
- **[Create a Database]**
- **[Add some data]**
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/vet_clinic_database.git
```
### 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/)
- [ ] **[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.