Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iambenkis/clinic-database
In this project, based on a database diagram I build a relational database to create the initial data structure for a clinic. Built with PostgrSQL
https://github.com/iambenkis/clinic-database
Last synced: 18 days ago
JSON representation
In this project, based on a database diagram I build a relational database to create the initial data structure for a clinic. Built with PostgrSQL
- Host: GitHub
- URL: https://github.com/iambenkis/clinic-database
- Owner: iambenkis
- Created: 2022-11-02T13:08:59.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-02T15:59:57.000Z (over 2 years ago)
- Last Synced: 2025-01-03T03:55:09.474Z (about 1 month ago)
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Clinic Database
> In this project we created a database from a database diagram.
## Built With
- PostgreSQL
## Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
- Use [schema_based_on_diagram.sql](./schema.sql) to create all tables.
## Authors
👤 **Benjamin Kisenge**
* GitHub: [@benjamin kisenge](https://github.com/iambenkis)
* Twitter: [@benjamin kisenge](https://twitter.com/iambenkis)
* LinkedIn: [benjamin kisenge](https://www.linkedin.com/in/ben-kisenge/)👤 **Desta Legesse Wubishet**
- GitHub: https://github.com/dlwub
- Twitter: [@DestaWubishet](https://twitter.com/DestaWubishet)
- LinkedIn: https://www.linkedin.com/in/desta-legesse-w-509844213/## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._