https://github.com/aima98/vet-clinic-database
Vet Clinic is a Data management system for a Vet Clinic. It inserts animals details into a central database, retrieve them, edit and update them or even delete any unwanted information. The data is managed through PostgreSQL Server.
https://github.com/aima98/vet-clinic-database
postgresql sql
Last synced: about 1 year ago
JSON representation
Vet Clinic is a Data management system for a Vet Clinic. It inserts animals details into a central database, retrieve them, edit and update them or even delete any unwanted information. The data is managed through PostgreSQL Server.
- Host: GitHub
- URL: https://github.com/aima98/vet-clinic-database
- Owner: aima98
- License: mit
- Created: 2023-08-15T10:41:56.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-16T16:32:19.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T12:47:13.647Z (over 1 year ago)
- Topics: postgresql, sql
- Homepage:
- Size: 985 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
Vet Clinic Database
# 📗 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)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Vet Clinic Database** is a Data management system for a Vet Clinic. It inserts animals details into a central database, retrieve them, edit and update them or even delete any unwanted information.
The data is managed through PostgreSQL Server.
Database
- **Insert data into the database**
- **Retrieve the data from the database**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Mac or PC
- PostgreSQL Server
### Setup
Clone this repository to your desired folder:
### Usage
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!**
### Run tests
This project have no test to run.
👤 **Oumaima Nejjari**
- GitHub: [@aima98](https://github.com/aima98)
- LinkedIn: [Oumaima Nejjari](https://www.linkedin.com/in/oumaima-nejjari-375065171/)
- [ ] **A UI to aid access to the database**
- [ ] **More CRUD operations**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, please leave a star.
I would like to thank Microverse for providing me with the necessary reading materials that helped me building this project.
This project is [MIT](./LICENSE) licensed.