https://github.com/mailsg/vet-clinic-database
A Relational Database based on a real-life example.
https://github.com/mailsg/vet-clinic-database
Last synced: 6 months ago
JSON representation
A Relational Database based on a real-life example.
- Host: GitHub
- URL: https://github.com/mailsg/vet-clinic-database
- Owner: mailsg
- License: mit
- Created: 2023-07-17T10:12:04.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-08-11T10:27:04.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T08:49:51.496Z (over 1 year ago)
- Language: PLpgSQL
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting Started
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!**
# 📗 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)
- [❓ FAQ](#faq)
- [📝 License](#license)
**[Vet Clinic Database]** is a database that has information of the clinical animals and the medical records associated with.
**PostgreSQL**
Database
- **[Search Animal Details]**
- **[Add information about animals]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Install PostgreSQL in the local machine.
Run the commands present in the schema.sql, data.sql, queries.sql files.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:mailsg/Vet-clinic-database.git
```
> Mention all of the collaborators of this project.
👤 **Sandeep Ghosh**
- GitHub: [@mailsg](https://github.com/mailsg)
- LinkedIn: [LinkedIn](https://linkedin.com/in/sandeep0912/)
- [ ] **[Add More Information]**
- [ ] **[Execute Stored Procedures]**
- [ ] **[Views and Joins]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mailsg/Vet-clinic-database/issues).
If you like this project please give it a star, and if you wish to tell me ways to improve it, contact me on LinkedIn. It will be a pleasure to hear from you.
I would like to thank Microverse for providing the resources and the knowledge to work on projects like this.
> Add at least 2 questions new developers would ask when they decide to use your project.
- **[How to install postgresSQL?]**
- [https://www.postgresql.org/download/]
- **[Where to learn basics of PostgreSQL?]**
- [https://www.postgresqltutorial.com/]
This project is [MIT](./LICENSE) licensed.