https://github.com/timbar09/vet-clinic-database
https://github.com/timbar09/vet-clinic-database
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timbar09/vet-clinic-database
- Owner: Timbar09
- License: mit
- Created: 2023-03-27T14:18:09.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-04T12:54:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T11:13:25.753Z (12 months ago)
- Language: PLpgSQL
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VET CLINIC DATABASE
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

In this project, I used a relational database to create the initial data structure for a vet clinic. The database has a table that stores animal data. Data can be inserted into the table, and the table can be queried as well.
Database
- **Queries**
- **Data insertion**
- Live Demo link comming soon.
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!**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- To install [PostgreSQL](https://www.postgresql.org/)
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Timbar09/Vet-Clinic-Database.git
```
| 👤 Author | GitHub | Twitter | LinkedIn |
| :-- | :-- | :-- | :-- |
| Miles Mosweu | [@Timbar09](https://github.com/Timbar09) | [@Milez09](https://twitter.com/Milez09) | [@miles-mosweu09](https://www.linkedin.com/in/miles-mosweu09) |
- [ ] **Add more Tables**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Timbar09/Vet-Clinic-Database/issues).
If you like this project, give it a ⭐️ and let me know what you like in particular.
I would like to thank [Amigoscode](https://www.youtube.com/@amigoscode) for the helpful [PostgreSQL tuorial](https://www.youtube.com/watch?v=BLH3s5eTL4Y).
This project is [MIT](./LICENSE) licensed.