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

https://github.com/devendra-alt/clinic-db


https://github.com/devendra-alt/clinic-db

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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)

# 📖 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/clinic-db.git
```

### Usage

To run the project, execute the following command:

```sh

db=> \i schema_based_on_diagram.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)

👤 **Bleu Yves Sopoude (MrBlue)**

- GitHub: [@Bleu-Yves-Sopoude](https://github.com/Bleu-Yves-Sopoude)
- Linkedin: [@in/bleu-yves](https://www.linkedin.com/in/bleu-yves/)
- GitHub: [@bleuYves](https://twitter.com/bleuYves)

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