Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmanimashaun/vet-clinic-database
In this project, I will 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.
https://github.com/fmanimashaun/vet-clinic-database
postgresql psql-database sql
Last synced: 14 days ago
JSON representation
In this project, I will 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.
- Host: GitHub
- URL: https://github.com/fmanimashaun/vet-clinic-database
- Owner: fmanimashaun
- License: mit
- Created: 2023-10-26T09:12:45.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-31T14:05:04.000Z (about 1 year ago)
- Last Synced: 2024-10-09T07:41:31.418Z (about 1 month ago)
- Topics: postgresql, psql-database, sql
- Language: PLpgSQL
- Homepage:
- Size: 2.74 MB
- Stars: 0
- 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)In this project, I will 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
- Database can be filtered by different values.
- Weight can support up to 2 decimals.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/fmanimashaun/vet-clinic-database.git
```
### Install
Install this project with Postgree SQL, download the most recent version here:
https://www.postgresql.org/
### Usage
To run the project, you need to run the commands in the files in this order in the psql terminal:
schema.sql
data.sql
queries.sql
## 👥 Authors
👤 **Engr. Animashaun Fisayo**
- [GitHub](https://github.com/fmanimashaun)
- [Twitter](https://twitter.com/fmanimashaun)
- [LinkedIn](https://www.linkedin.com/in/fmanimashaun/)
- [Website](https://fmanimashaun.com)
- Add species column.
- Delete items by using filters.
Contributions, issues, and feature requests are welcome!
If you like this project send me a message on my social media
I would like to thank Microverse for this beautiful opportunity to work with databases.
This project is [MIT](./LICENSE) licensed.