Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meryemsanem/vet_clinic
The "Vet Clinic" project involves setting up a PostgreSQL database to manage information about animals in a veterinary clinic.
https://github.com/meryemsanem/vet_clinic
postgresql
Last synced: 6 days ago
JSON representation
The "Vet Clinic" project involves setting up a PostgreSQL database to manage information about animals in a veterinary clinic.
- Host: GitHub
- URL: https://github.com/meryemsanem/vet_clinic
- Owner: meryemsanem
- License: mit
- Created: 2023-08-21T07:41:53.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-29T08:17:59.000Z (over 1 year ago)
- Last Synced: 2024-12-06T08:37:20.630Z (about 1 month ago)
- Topics: postgresql
- Language: PLpgSQL
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)The "Vet Clinic" project involves setting up a PostgreSQL database to manage information about animals in a veterinary clinic.
Database
- **Database Creation**
- **Data Insertion**
- **SQL Queries**
This repository includes files with plain SQL that can be used to recreate a database:
- Use [schema.sql](./schema.sql) to create all tables.
- Use [data.sql](./data.sql) to populate tables with sample data.
- Check [queries.sql](./queries.sql) for examples of queries that can be run on a newly created database. **Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**
### Prerequisites
PostgreSQL Installation: You need to have PostgreSQL, a popular open-source relational database management system, installed on your computer. You can download and install PostgreSQL from the official PostgreSQL website.
### Setup
Clone this repository to your desired folder:
### Install
Install this project with PostgreSQL.
### Usage
To run the project:
- Use [schema.sql](./schema.sql) to create all tables.
- Use [data.sql](./data.sql) to populate tables with sample data.
- Check [queries.sql](./queries.sql).
π€ **Meryem Sanem Küçükbayram**
- GitHub: [@meryemsanem](https://github.com/meryemsanem)
- Twitter: [@msanemkckbayram](https://twitter.com/msanemkckbayram)
- LinkedIn: [Meryem Sanem Küçükbayram](https://www.linkedin.com/in/meryem-sanem-kucukbayram-047a831b5/)
- **More Queries**
- **Search and Filter**
- **Add Join Table for Visits**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, you can contribute to it. You are also welcome to give it a star on GitHub.
I would like to thank Microverse for teaching and enforcing professional level practices.
This project is [MIT](./LICENSE) licensed.