https://github.com/inspecta/vet-clinic
https://github.com/inspecta/vet-clinic
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inspecta/vet-clinic
- Owner: inspecta
- License: mit
- Created: 2022-12-05T15:45:39.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2022-12-13T14:05:00.000Z (over 3 years ago)
- Last Synced: 2025-01-20T21:49:08.130Z (over 1 year ago)
- Language: PLpgSQL
- Size: 138 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- 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)
- [🚀 Live Demo](#live-demo)
- [💻 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)
- [❓ FAQ](#faq)
- [📝 License](#license)
**Vet Clinic** is a Data management system for a Vet Clinic
Insert animals details into a central database, retrieve them, edit and update them or even delete the un wanted information
Data is managed through PostgreSQL Server
> Describe the tech stack and include only the relevant sections that apply to your project.
Database
> Describe between 1-3 key features of the application.
- **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!**
👤 **Derrick Mulinde**
- GitHub: [@inspecta](https://github.com/inspecta)
- Twitter: [@djmulinde](https://twitter.com/djmulinde)
- LinkedIn: [derrick-mulinde](https://linkedin.com/in/derrick-mulinde)
> Describe 1 - 3 features you will add to the project.
- [ ] **A UI to aid access to the database**
- [ ] **More CRUD operations**
- [ ] **Security to the database**
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 have aided me during project development.
> Add at least 2 questions new developers would ask when they decide to use your project.
- **Can I use this code?**
- Sure! It's open source, feel free to fork it.
- **Can I contribute to this project?**
- Contact me and I'll add you as a contributor. Alternatively, you can leave an issue, it'll be well appreciated.
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._