Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carreraprogrammer/vet-clinic-database
This is a project where I use a relational database to create the data structure for a vet clinic.
https://github.com/carreraprogrammer/vet-clinic-database
database postgresql sql
Last synced: about 1 month ago
JSON representation
This is a project where I use a relational database to create the data structure for a vet clinic.
- Host: GitHub
- URL: https://github.com/carreraprogrammer/vet-clinic-database
- Owner: carreraprogrammer
- Created: 2023-01-17T14:45:55.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-25T20:52:48.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T15:36:50.091Z (8 months ago)
- Topics: database, postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 2.24 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**[Vet clinic database]** is a project where I use a relational database to create the data structure for a vet clinic.
## 🛠 Built With SQL
### Tech Stack PostgreSQL
Database
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!
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:carreraprogrammer/vet-clinic-database.git
```
👤 **Damiel Carrera**
- GitHub: [@carreraprogrammer](https://github.com/carreraprogrammer )
- Twitter: [@carreraprog](https://twitter.com/carreraprog)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/daniel-carrera-85a917244/)
👤 **ITALO**
- GitHub: [@storres20](https://github.com/storres20)
- Twitter: [@italolonkan](https://twitter.com/italolonkan)
- LinkedIn: [LinkedIn](https://linkedin.com/in/italo-lon-kan)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/carreraprogrammer/vet-clinic-database/issues).
If you like this project I really appreciate if you can give me a star and follow me
This project is [MIT](./MIT.md) licensed.