https://github.com/microverse-fullstack-program/vet-clinic-database
This repo contain a relational database schema to create the data structure for a vet clinic. The tables are animals, animals' owners, clinic employees and visits. Apart from building data structure, it contain SQL queries to answer specific questions.
https://github.com/microverse-fullstack-program/vet-clinic-database
erdiagram pgadmin4 postgres schema sql
Last synced: about 2 months ago
JSON representation
This repo contain a relational database schema to create the data structure for a vet clinic. The tables are animals, animals' owners, clinic employees and visits. Apart from building data structure, it contain SQL queries to answer specific questions.
- Host: GitHub
- URL: https://github.com/microverse-fullstack-program/vet-clinic-database
- Owner: Microverse-Fullstack-Program
- License: mit
- Created: 2023-05-07T17:58:10.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-18T21:14:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T18:41:42.852Z (3 months ago)
- Topics: erdiagram, pgadmin4, postgres, schema, sql
- Language: PLpgSQL
- Homepage:
- Size: 492 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
## Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
Use schema.sql to create all tables.
Use data.sql to populate tables with sample data.
Check 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)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**Vet clinic database** is a relational database created to store records about _animals, animals' owners, clinic employees and visits_.
> The tech stack in this project includes.
Client
Server
Database
- **DataBase for managing animal clinic**
- **Animal Table with sample records**
- Not available
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need: **PostgreSQL or any other SQL database**.
### Setup
- Clone [this repository](https://github.com/Microverse-Fullstack-Program/vet-clinic-database) to your desired folder.
- Alternatively, you can download the zip file of your project by clicking on the Code button on the right side of your project page and clicking on Download ZIP
### Install
Install this project with: [Install PostgreSQL](https://www.postgresql.org/download/)
### Usage
To run the project, execute the following command:
- Start Postgres server.
- Run psql.
- Create table.
### Run tests
To run tests, run the following command: **Not available**.
### Deployment
You can deploy this project using: **Not available**.
👤 **Chere Lemma**
- GitHub: [@githubhandle](https://github.com/cherelemma)
- Twitter: [@twitterhandle](https://twitter.com/Chere21271613)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chere-lemma27211613)
👤 **Okpara Blessing Oluchi**
- GitHub: [@githubhandle](https://github.com/githubhandle)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
In the future work,
- [ ] **Treatment Table**
- [ ] **Invoices Table**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Microverse-Fullstack-Program/vet-clinic-database/issues).
If you like this project give a ⭐️.
I would like to thank [Microverseinc](https://github.com/microverseinc) for the [curriculum-template-databases](https://github.com/microverseinc/curriculum-template-databases)
- **For what purpose this project can be used**
- For educational purpose. Any one who want learn relational database.
- **Can I use this project for my website?**
- Yes of course. It's MIT license, feel free to use as you want.
This project is [MIT](./LICENSE) licensed.