Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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]

**[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

(back to top)

## 💻 Getting Started

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
```

## 👥 Authors

👤 **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)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/carreraprogrammer/vet-clinic-database/issues).

(back to top)

## ⭐️ Show your support

If you like this project I really appreciate if you can give me a star and follow me

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed.

(back to top)