https://github.com/lawmsangi/vet-clinic-database
https://github.com/lawmsangi/vet-clinic-database
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lawmsangi/vet-clinic-database
- Owner: Lawmsangi
- License: mit
- Created: 2023-09-18T05:50:39.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-27T06:21:18.000Z (over 1 year ago)
- Last Synced: 2023-09-28T00:18:33.540Z (over 1 year ago)
- Language: PLpgSQL
- Size: 30.3 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.# 📗 Table of Contents
- [📖 Vet-Clinic](#vet-clinic)
- [🛠 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 database that stores information of different animals using PostgreSQL.
Database
- **[Animal-table]**
- **[Update-table]**
- **[Query-animal]**
- **[Multiple-table]**
- **[Join-table]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
PostgreSQL installed
```
### Setup
Clone this repository to your desired folder:
```sh
https://github.com/Lawmsangi/vet-clinic-database.git
```
### Install
Install this project with:
```sh
PostgreSQL SQL Shell or pgAdmin
```
### Usage
To run the project, execute the following command:
Example command:
```sh
SELECT * FROM animals
```
👤 **Author1**
- GitHub: [@githubhandle](https://github.com/Lawmsangi)
- Twitter: [@twitterhandle](https://twitter.com/mamy_22_zayn)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/lawmsangi-varte-baa429244/)
- [ ] **[more_Queries]**
- [ ] **[more_tables]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Lawmsangi/vet-clinic-database/issues).
If you like this project consider following me on github to see more projects like this. I will follow you back.
I would like to thank Microverse for the project inspiration.
This project is [MIT](./LICENSE) licensed.