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

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.

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]

**[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.

![diagram](/vet_clinic%20-%20public.png)

## πŸ›  Built With

### Tech Stack

Database

### Key Features

- **[Use PostgreSQL]**
- **[Create a Database]**
- **[Add some data]**

(back to top)

## πŸš€ Live Demo

Coming Soon.

(back to top)

## πŸ’» Getting Started

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.

## πŸ‘₯ Author

πŸ‘€ CΓ©sar Herrera

- GitHub: [@cesarherr](https://github.com/Cesarherr)
- Twitter: [@cesarherr2](https://twitter.com/cesarherr2)
- LinkedIn: [cesarherr](https://www.linkedin.com/in/cesarherr/)

(back to top)

## πŸ”­ Future Features

- [ ] **[Add more tables]**
- [ ] **[Add more data]**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

## ⭐️ Show your support

If you like this project, give it a ⭐️!

(back to top)

## πŸ™ Acknowledgments

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. 🌟

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)