https://github.com/progress2002/vet-clinic-database
https://github.com/progress2002/vet-clinic-database
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/progress2002/vet-clinic-database
- Owner: Progress2002
- License: mit
- Created: 2023-05-02T07:40:53.000Z (about 3 years ago)
- Default Branch: Dev
- Last Pushed: 2023-05-09T13:06:15.000Z (about 3 years ago)
- Last Synced: 2025-01-14T05:49:27.955Z (over 1 year ago)
- Size: 60.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 is a relational database to store animals' information, insert data nd query data for processing
## Schema Diagram

Database
- **Database named vet-clinic**
- **Table named animal**
- [Not Available]()
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:
👤 **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/)
- [ ] **Add Column To Table**
- [ ] **Create Bridge Table**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Progress2002/Vet-clinic-database/issues).
If you like this project please don't forget to give me a star
I would like to thank microverse for providing me the template for this project
This project is [MIT](https://github.com/Progress2002/Vet-clinic-database/blob/Dev/LICENSE) licensed.