https://github.com/ometman/vet-clinic
This is a database project for vetinary data management for animals, owners, clinic employees and visits; and applicable to any data management need. It uses Postgresql, a relational database management system. It allows storing, updating and querying.
https://github.com/ometman/vet-clinic
data database normalization postgresql postgresql-database queries sql sql-server-database tables transactions
Last synced: 3 months ago
JSON representation
This is a database project for vetinary data management for animals, owners, clinic employees and visits; and applicable to any data management need. It uses Postgresql, a relational database management system. It allows storing, updating and querying.
- Host: GitHub
- URL: https://github.com/ometman/vet-clinic
- Owner: ometman
- License: mit
- Created: 2023-11-06T09:26:53.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-11-15T10:48:48.000Z (over 2 years ago)
- Last Synced: 2025-10-14T01:33:11.449Z (10 months ago)
- Topics: data, database, normalization, postgresql, postgresql-database, queries, sql, sql-server-database, tables, transactions
- Language: PLpgSQL
- Homepage:
- Size: 881 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: Ometman
Vet Clinic Database: by Ometman
"Vet Clinic Database" is a powerful, modern database project for a vetinary data management for animals, owners, clinic employees and visits; and applicable to any data management need. It uses Postgresql, a relational database management system, allowing the recording of data on animals; storing, updating and querying the system to acquire specific information for decision-making. It demonstrates the power of the Structured Query Language, DMS (Database Management Systems) and RDMS (Relational Database Management Systems). Enjoy it!
# 📗 Table of Contents
- [Vet Clinic Database: Ometman](#vet-clinic-database-ometman)
- [📗 Table of Contents](#-table-of-contents)
- [📖 Vet Clinic ](#-vet-clinic-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Deployment](#deployment)
- [👥 Author ](#-author-)
- [Authors](#authors)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)
**A Demo Video: Introduction to this Project**
--coming soon
> The project includes designs for two different screen sizes.
- Accessible on any screen.
- Better view on Ipads and Desktop systems
> Project Brief :
- It is built on a real-life data structure by Microverse.
- It is a Relational Database system
- It uses Postgresql.
- It is ACID ( Atomicity, Consitency, Isolation, Durablity) compliant.
Client
- Pure SQL>
- Postgresql
- Database Management Server funtionalities
- Real-life structure
Server
- PostgreSql Server
- Github Servers
- PostgreSql Database
- **Conversion of a real structure using Pure SQL\***
- **Employs Tables and Joining of Tables**
- **Creating, querying, updating and auditing tables**
- **Schema development**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Git (for running git related commands only)
- An IDE (e.g. VS Code) - For viewing and accessing the files only
- A system with a good OS like Mac Os, Linux or Windows etc
- PostgreSql (https://www.postgresql.org/download/)
### Setup
- Depending on your OS, download and install PostgreSql:
- You may watch this video (https://www.youtube.com/watch?v=KuQUNHCeKCk)
- Open your code editor (e.g. VS Code).
- At the terminal, clone this repository to your desired directory.
- Make sure the PostgreSql server is running
- You may refer to https://www.postgresql.org/docs/current/tutorial-start.html
### Usage
To run the project locally, execute the following command:
- Open the SQL shell by running: psql
- Then, press enter untill you are asked for password
- Enter the password you used during installation
- At the server prompt, connect to the vet_clinic database
- postgres=# \c vet_clinic
- You should see the following message:
- You are now connected to database "vet_clinic" as user "postgres".
- vet_clinic=#
- Voila! Now, run the following:
- For Table creation, copy and run the queries in the schema.sql file
- For Data insertion and updates, copy and run the queries in the data.sql
- Queries, copy and run the queries in the query.sql file
- Make sure your results match the information in the added query images
### Deployment
You can deploy this project using:
- GitHub Pages from a specific branch (e.g. main).
- You may read: https://github.com/topics/database-deployment
- You can also used any cloud service like gcloud or Azure.
- A deployed version can be found here:
[https://... (Coming Soon)
### Authors
👤 **Omet Omeni (Ometman)**
- GitHub: [@ometman](https://github.com/ometman)
- Twitter: [@twitterhandle](https://twitter.com/ometman)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ometman/)
👤 **Filbert Kimasa**
- GitHub: [@githubhandle](https://github.com/FilbertKimasa)
- Twitter: [@twitterhandle](https://twitter.com/filbertdan67)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/filbert-daniel-32b118143)
👤 **Noel Bryant**
- GitHub: [@githubhandle](https://github.com/NoelLincoln)
- Twitter: [@twitterhandle](https://twitter.com/NoelLincoln)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/noel-bryant/)
- **Additional and Advance queries**
- **Full web view and accessiblity**
- **Adding a help information**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ometman/vet-clinic/issues).
As a tech enthusiast, your support is always appreciated. If you like this project please do let us know with your support in any way you see fit.
I would like to thank especially [Microverse](https://www.microverse.org/) for inspiring this project & project guidelines.
- **Can I fork this project?**
- Yes, feel free to fork and knock yourself out :) .
- **Can I share this project with others?**
- Yes, you can share this project for any educational purposes.
This project is [MIT](./LICENSE) licensed.