Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/estete9/clinic-db

A database for a medical clinic. This project is the implementation of a database based on a DB diagram. It uses relations of one-to-one, many-to-one, and many-to-many and performance improvements with non-cluster indexes
https://github.com/estete9/clinic-db

Last synced: 22 days ago
JSON representation

A database for a medical clinic. This project is the implementation of a database based on a DB diagram. It uses relations of one-to-one, many-to-one, and many-to-many and performance improvements with non-cluster indexes

Awesome Lists containing this project

README

        



The Clinic - PostgreSQL-DB

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)

- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)

- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 The Clinic

**The Clinic** is a database for a medical clinic. This project is the implementation of a database based on a DB diagram. It uses relations of one-to-one, many-to-one, and many-to-many, and performance improvements with non-cluster indexes.

## 🛠 Built With

### Tech Stack


Back End


### Key Features
- PostgreSQL for creating, populating and retrieving table information.
- CREATE INDEX for non-cluster indexes.
- Link tables to manage many-to-many relations between tables.

(back to top)

## 👥 Authors

👤 **Esteban Palacios**

- GitHub: [@Estete9](https://github.com/Estete9)
- Twitter: [@NaughTban](https://twitter.com/NaughTban)
- LinkedIn: [Esteban Palacios](https://www.linkedin.com/in/dev-esteban-palacios/)

👤 **ENSSAH FAYIA MOMOH**

- GitHub: [@efmomoh](https://github.com/efmomoh)

(back to top)

## 🔭 Future Features

- **GUI to show the data to users**

(back to top)

## 🤝 Contributing

##### Don't be afraid to contact me to contribute to the project.



Contributions, issues, and feature requests are welcome!

(back to top)

## ⭐️ Show your support
Feel free to check the [issues page UPDATE URL HERE](https://github.com/Estete9/vet-clinic-psql/issues).

If you like this project remember to star and share it 🥳️

(back to top)

## 🙏 Acknowledgments

- ACKNOWLEDGMENTS TO CREATIVE LICENSE AND OTHERS

## 📝 License

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

(back to top)