https://github.com/tsheporamantso/vet_clinic2
In this project, I use a relational database to create the initial data structure for a vet clinic. Create a table to store animals' information, insert some data into it, and query it.
https://github.com/tsheporamantso/vet_clinic2
Last synced: about 2 months ago
JSON representation
In this project, I use a relational database to create the initial data structure for a vet clinic. Create a table to store animals' information, insert some data into it, and query it.
- Host: GitHub
- URL: https://github.com/tsheporamantso/vet_clinic2
- Owner: tsheporamantso
- License: mit
- Created: 2023-10-23T12:49:56.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-31T06:53:42.000Z (about 2 years ago)
- Last Synced: 2025-01-19T23:34:00.771Z (11 months ago)
- Language: PLpgSQL
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting Started
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!**
# 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Vet Clinic** is a relational database project using PostgreSQL RDMS to create database, insert values and query animals data.
Database
Visual Studio Code
- **Animals table to store information**
- **Insert and Query data in SQL**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- PostgreSQL and PgAdmin4
- Terminal
- IDE(e.g.: Vscode,...)
### Setup
Clone this repository to your desired folder by running the following commands in your terminal:
```sh
cd your prefered-folder-name
git clone git@github.com/tsheporamantso/vet_clinic2.git
```
### Install
Install this project with: Run SQL commands in schema.sql and data.sql
### Usage
To run the project, execute the following command: Run SQL commands in queries.sql to test your database
👤 **Gladwin Tshepo Ramantso**
- GitHub: [@tsheporamantso](https://github.com/tsheporamantso)
- Twitter: [@ramgt001](https://twitter.com/ramgt001)
- LinkedIn: [Tshepo Gladwin Ramantso](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/)
- [ ] **Query and update animals table.**
- [ ] **Query multiple tables.**
- [ ] **Add "join table" for visits.**
- [ ] **Database performance audit.**
- [ ] **Add database schema diagram.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tsheporamantso/vet_clinic2/issues).
If you like this project please follow on github & twitter and also connect on Linkedin.
I would like to thank:
- [ ] **Microverse and all the staff**
- [ ] **Microverse Communinity**
- [ ] **Thanks to my coding Partners**
- [ ] **Thanks to my Morning-Session-Group and Standup-Team Partners and**
- [ ] **Thanks to Code Reviewers**
This project is [MIT](https://github.com/tsheporamantso/vet_clinic2/blob/3489b23c8f2d07d38319fdb5c94c6d39474c6967/LICENSE) licensed.