https://github.com/joytaribagshaw/vet-clinic
This project contains the initial data structure of a relational database for a vet clinic, including a table to store animals' information. It allows for the insertion of data into the table and querying of that data.
https://github.com/joytaribagshaw/vet-clinic
database-management database-schema postgres postgresql postgresql-database sql
Last synced: about 1 year ago
JSON representation
This project contains the initial data structure of a relational database for a vet clinic, including a table to store animals' information. It allows for the insertion of data into the table and querying of that data.
- Host: GitHub
- URL: https://github.com/joytaribagshaw/vet-clinic
- Owner: JoyTaribagshaw
- License: mit
- Created: 2023-09-20T08:04:18.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-09-23T13:09:17.000Z (over 2 years ago)
- Last Synced: 2025-02-04T00:57:38.377Z (over 1 year ago)
- Topics: database-management, database-schema, postgres, postgresql, postgresql-database, sql
- Language: PLpgSQL
- Homepage:
- Size: 17.6 KB
- Stars: 1
- 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)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ](#faq)
- [π License](#license)
**VET-CLINIC** is project that contains the initial data structure of a relational database for a vet clinic, including a table to store animals' information. It allows for the insertion of data into the table and querying of that data.
## π Built With
* PostgreSQL
### Tech Stack
Database
> Describe between 1-3 key features of the application.
- **[CREATE-DATABSE]**
- **[CREATE-TABLE]**
- **[POPULATE-TABLE]**
## Getting Started
### Prerequisites
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.
### Setup
Clone this repository to your desired folder:
Example commands:
*git clone https://github.com/JoyTaribagshaw/vet-clinic.git
*cd vet-clinic
*git checkout vet-clinic
π€ *Joy Tari*
- GitHub: [Joy](https://github.com/JoyTaribagshaw)
- Twitter: [Joy](https://twitter.com/JoyTariBagshaw)
- LinkedIn: [Joy](www.linkedin.com/in/joytaribagshaw)
- **[MORE QUERIES]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/JoyTaribagshaw/vet-clinic/issues).
If you like this project give it a star!
- I would like to thank the Microverse to let me write this.
This project is [MIT](./LICENSE) licensed.