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

https://github.com/devendra-alt/vet-clinic-database

vet-clinic-database is an postgreSql database
https://github.com/devendra-alt/vet-clinic-database

Last synced: 5 months ago
JSON representation

vet-clinic-database is an postgreSql database

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)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Vet-Clinic-database

**Vet-Clinic-database** is a PostgreSQL database containing required tables for clinic data.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **Storing clinic data**
- **making use of Relational Database**
- **Table Schema being added**

(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:

- PostgreSQL
- SQL SHELL

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/devendra-alt/vet-clinic-database.git
```

### Usage

To run the project, execute the following command:

```sh
db=> \i schema.sql
db=> \i data.sql
db=> \i queries.sql
```

## 👥 Authors

👤 **Author**

- GitHub: [@devendra-alt](https://github.com/devendra-alt)
- Twitter: [@Devendra5101](https://twitter.com/Devendra5101)
- LinkedIn: [Devendra Mulewa](https://linkedin.com/in/devendramulewa)

(back to top)

## 🔭 Future Features

- [ ] **Adding AUTO PRIMARY KEY ON TABLES**
- [ ] **Adding Relations Using Foreign Key**
- [ ] **Perform DATABASE AUDIT**

(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 give it a star ⭐️.

(back to top)

## 🙏 Acknowledgments

I want to thank @microverse.

(back to top)

## 📝 License

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

(back to top)