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

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

Vet Clinic is a Data management system for a Vet Clinic. It inserts animals details into a central database, retrieve them, edit and update them or even delete any unwanted information. The data is managed through PostgreSQL Server.
https://github.com/aima98/vet-clinic-database

postgresql sql

Last synced: about 1 year ago
JSON representation

Vet Clinic is a Data management system for a Vet Clinic. It inserts animals details into a central database, retrieve them, edit and update them or even delete any unwanted information. The data is managed through PostgreSQL Server.

Awesome Lists containing this project

README

          

# Vet-Clinic-Database


Vet Clinic Database


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

# 📖 VET CLINIC DATABASE

**Vet Clinic Database** is a Data management system for a Vet Clinic. It inserts animals details into a central database, retrieve them, edit and update them or even delete any unwanted information.
The data is managed through PostgreSQL Server.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **Insert data into the database**
- **Retrieve the data from the database**

(back to top)

## 💻 Getting Started

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

(back to top)

### Prerequisites

In order to run this project you need:

- Mac or PC
- PostgreSQL Server

(back to top)

### Setup

Clone this repository to your desired folder:

(back to top)

### Usage

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

(back to top)

### Run tests

This project have no test to run.

(back to top)

## 👥 Authors

👤 **Oumaima Nejjari**

- GitHub: [@aima98](https://github.com/aima98)
- LinkedIn: [Oumaima Nejjari](https://www.linkedin.com/in/oumaima-nejjari-375065171/)

(back to top)

## 🔭 Future Features

- [ ] **A UI to aid access to the database**
- [ ] **More CRUD operations**

(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, please leave a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for providing me with the necessary reading materials that helped me building this project.

(back to top)

## 📝 License

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

(back to top)