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

https://github.com/timbar09/vet-clinic-database


https://github.com/timbar09/vet-clinic-database

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# VET CLINIC DATABASE

# 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Vet Clinic Database

In this project, I used a relational database to create the initial data structure for a vet clinic. The database has a table that stores animal data. Data can be inserted into the table, and the table can be queried as well.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **Queries**
- **Data insertion**

(back to top)

## 🚀 Live Demo

- Live Demo link comming soon.

(back to top)

## 💻 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!**

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

### Prerequisites

In order to run this project you need:

- To install [PostgreSQL](https://www.postgresql.org/)

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Timbar09/Vet-Clinic-Database.git
```

(back to top)

## 👥 Authors

| 👤 Author | GitHub | Twitter | LinkedIn |
| :-- | :-- | :-- | :-- |
| Miles Mosweu | [@Timbar09](https://github.com/Timbar09) | [@Milez09](https://twitter.com/Milez09) | [@miles-mosweu09](https://www.linkedin.com/in/miles-mosweu09) |

(back to top)

## 🔭 Future Features

- [ ] **Add more Tables**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Timbar09/Vet-Clinic-Database/issues).

(back to top)

## ⭐️ Show your support

If you like this project, give it a ⭐️ and let me know what you like in particular.

(back to top)

## 🙏 Acknowledgments

I would like to thank [Amigoscode](https://www.youtube.com/@amigoscode) for the helpful [PostgreSQL tuorial](https://www.youtube.com/watch?v=BLH3s5eTL4Y).

(back to top)

## 📝 License

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

(back to top)