https://github.com/devendra-alt/clinic-db
https://github.com/devendra-alt/clinic-db
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devendra-alt/clinic-db
- Owner: devendra-alt
- Created: 2023-09-13T13:57:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T00:35:40.000Z (almost 3 years ago)
- Last Synced: 2025-08-01T07:54:15.350Z (11 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
**Vet-Clinic-database** is a PostgreSQL database containing required tables for clinic data.
Database
- **Storing clinic data**
- **making use of Relational Database**
- **Table Schema being added**
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
```
👤 **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)
- [ ] **Adding AUTO PRIMARY KEY ON TABLES**
- [ ] **Adding Relations Using Foreign Key**
- [ ] **Perform DATABASE AUDIT**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a star ⭐️.
I want to thank @microverse.
This project is [MIT](./MIT.md) licensed.