Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesakduducoder/vet-clinic
A simple PostgreSQL database for a vet clinic
https://github.com/mesakduducoder/vet-clinic
Last synced: 7 days ago
JSON representation
A simple PostgreSQL database for a vet clinic
- Host: GitHub
- URL: https://github.com/mesakduducoder/vet-clinic
- Owner: MesakDuduCoder
- License: mit
- Created: 2023-08-17T08:38:10.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-25T14:07:10.000Z (over 1 year ago)
- Last Synced: 2024-04-15T10:28:32.686Z (10 months ago)
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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 database that stores information of different animals using PostgreSQL.
Database
- **[animals_database]**
- **[animal_details]**
- **[query_animals]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
PostgreSQL installed
### Setup
Clone this repository to your desired folder:
```sh
cd Vet-clinic
git clone https://github.com/MesakDuduCoder/Vet-clinic.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
```
👤 **MesakDuduCoder**
- GitHub: [@githubhandle](https://github.com/MesakDuduCoder)
- Twitter: [@twitterhandle](https://twitter.com/mesak_10)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mesak-lalrindika/)
- [ ] **[more_queries]**
- [ ] **[update_tables]**
- [ ] **[more_tables]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../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.