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

https://github.com/progress2002/vet-clinic-database


https://github.com/progress2002/vet-clinic-database

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 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)
- [📝 License](#license)

# 📖 [Vet Clinic Database]

Vet Clinic Database is a relational database to store animals' information, insert data nd query data for processing

## Schema Diagram

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **Database named vet-clinic**
- **Table named animal**

(back to top)

## 🚀 Live Demo

- [Not Available]()

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need postgres:

On Linux:

```sh
sudo apt-get install postgresql postgresql-contrib libpq-dev
```

On Windows

Go to [postgres website](https://www.postgresql.org/) and download the installer and follow the installation process

### Setup

Clone this repository to your desired folder:

```sh
git clone git@github.com/Stephen-Adom/vet-clinic-database
cd vet-clinic-database
```

### Install

Install this project with:

### Usage

To run the project, execute the following command:

### Run tests

To run tests, run the following command:

### Deployment

You can deploy this project using:

(back to top)

## 👥 Authors

👤 **Progress**

- GitHub: [@Progress2002](https://github.com/Progress2002)
- Twitter: [@Progress_2002](https://twitter.com/Progress_2002)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/progress-ezeamaka-27b114247)

👤 **SENOU Kodjo Matthieu**

- GitHub: [@Matthieu96Code](https://github.com/Matthieu96Code)
- Twitter: [@MatthieuSENOU](https://twitter.com/MatthieuSenou)
- LinkedIn: [Kodjo Matthieu SENOU](https://www.linkedin.com/in/kodjo-matthieu-senou/)

(back to top)

## 🔭 Future Features

- [ ] **Add Column To Table**
- [ ] **Create Bridge Table**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Progress2002/Vet-clinic-database/issues).

(back to top)

## ⭐️ Show your support

If you like this project please don't forget to give me a star

(back to top)

## 🙏 Acknowledgments

I would like to thank microverse for providing me the template for this project

(back to top)

## 📝 License

This project is [MIT](https://github.com/Progress2002/Vet-clinic-database/blob/Dev/LICENSE) licensed.

(back to top)