Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostesso/vet-clinic
A PostgreSQL database structure utilized for practicing back end development with queries.
https://github.com/ghostesso/vet-clinic
Last synced: 18 days ago
JSON representation
A PostgreSQL database structure utilized for practicing back end development with queries.
- Host: GitHub
- URL: https://github.com/ghostesso/vet-clinic
- Owner: GhostEsso
- Created: 2023-09-18T12:34:35.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-27T09:30:30.000Z (about 1 year ago)
- Last Synced: 2024-10-17T06:16:38.117Z (about 1 month ago)
- Language: PLpgSQL
- Homepage:
- Size: 398 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**[Vet Clinic]** is a database representing a veterinary clinic, storing data about animals including their name, date of birth, escape attempts, neutering status, and weight.
Postgresql
Database
To get a local copy up and running, follow these steps.
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).
Find the visual representation of the database inside the folder :
![Alt text]()
Use them responsibly!
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:GhostEsso/Vet-Clinic.git
```
### Install
- Command: install POSTGRESQL
### Usage
- step 1: create Database vet clinic
- step 2: create table animals, insert files
> Mention all of the collaborators of this project.
👤 **Essohanam TAMBANA**
- GitHub: [@GhostEsso](https://github.com/GhostEsso)
- Twitter: [@TambanaEssohanam](https://twitter.com/TambanaEssohana)
- LinkedIn: [@TambanaEssohanam](https://www.linkedin.com/in/essohanam-tambana/)
👤 **Nelofar Zabi**
- GitHub: [@githubhandle](https://github.com/Nelofarzabi)
- Twitter: [@twitterhandle](https://twitter.com/NelofarZabi)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nelofar-zabi-1a1066213)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, I would like to tell you, Thank you
I would like to thank specially Microverse and Micronauts
This project is [MIT](./MIT.md) 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._