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

https://github.com/libercosoft/clinic-sql

List of all SQL queries
https://github.com/libercosoft/clinic-sql

Last synced: 4 months ago
JSON representation

List of all SQL queries

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)

# 📖 Clinic

**Clinic** is a database project for a veteraniry clinic.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **Relational Database**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need: Relational databases and their management systems that use SQL as their underlying query language

### Setup

Clone this repository to your desired folder.

### Usage

This repository includes a file with plain SQL that can be used to recreate a database based on a given database diagram:

- Use [schema_based_on_diagram.sql](./schema_based_on_diagram.sql) to create all tables.
**Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**

(back to top)

## 👥 Authors

👤 **Gabriel Andrade**

- GitHub: [@gandradep](https://github.com/gandradep)
- Twitter: [@leribagandrade](https://twitter.com/leribagandrade)
- LinkedIn: [Gabriel-Andrade](https://www.linkedin.com/in/gabriel-andrade-silla-turca/)

👤 **Kolapo Precious Akinrinlola**

- GitHub: [LIBERCOSOFT](https://github.com/LIBERCOSOFT)
- Twitter: [@Gerfieldt](https://twitter.com/Gerfieldt)
- LinkedIn: [Kolapo Akinrinlola](https://linkedin.com/in/kolapo-akinrinlola-072097110)

(back to top)

## 🔭 Future Features

- [ ] **Use the database for an app**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project do not forget to start the repository.

(back to top)

## 📝 License

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

(back to top)