https://github.com/eccb7/vet-clinic-database
https://github.com/eccb7/vet-clinic-database
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eccb7/vet-clinic-database
- Owner: Eccb7
- License: mit
- Created: 2023-08-29T14:44:54.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-01T15:14:55.000Z (over 1 year ago)
- Last Synced: 2025-02-02T02:47:57.196Z (3 months ago)
- Language: PLpgSQL
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vet Clinic
# 📗 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)
- [📝 License](#license)**Vet Clinic** is a relational database project for managing animal information in a veterinary clinic.
Database
- **Animal Information:** Store details such as name, date of birth, escape attempts, neutered status, and weight.
- **Data Queries:** Perform queries to find animals based on various criteria.
To get a local copy up and running, follow these steps:
1. Clone this repository.
2. Set up PostgreSQL on your machine.
3. Run the `schema.sql` file to create the database and table structure.
4. Run the `data.sql` file to insert sample data into the table.
5. Execute the queries in the `queries.sql` file to retrieve specific information.
👤 **Ojwang Briton**
- GitHub: [@Eccb7](https://github.com/Eccb7)
- Twitter: [@briton_otieno4](https://twitter.com/briton_otieno4)
- LinkedIn: [briton-otieno-ba6591244](https://linkedin.com/in/briton-otieno)
- [ ] **Custom Queries:** Allow users to input custom queries for advanced searching.
- [ ] **User Authentication:** Implement user authentication for secure access.
- [ ] **Medical Records:** Extend the database to include medical history and treatment details.
Contributions, issues, and feature requests are welcome! Feel free to open an issue or submit a pull request.
If you like this project, give it a ⭐️.
## 🙏 Acknowledgments
I would like to thank the Microverse team and contributors for inspiration and guidance.
This project is [MIT](./LICENSE) licensed.