Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joramot/db_schema_diagram
https://github.com/joramot/db_schema_diagram
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joramot/db_schema_diagram
- Owner: joramot
- License: mit
- Created: 2023-11-07T18:16:26.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-11-08T19:27:15.000Z (about 1 year ago)
- Last Synced: 2024-11-03T16:19:38.131Z (2 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Table of Contents
- [π Table of Contents](#-table-of-contents)
- [π \[vet\_clinic\] ](#-vet_clinic-)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [πΈ Key Features ](#-key-features-)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [π₯ Authors ](#-authors-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [π License ](#-license-)# π [Clinic Database]
*Clinic* is a relational database which helps us to keep records of patients that have received treatments and paid the invoices.
This database is the foundation for analyzing data and create strategies for our marketing purposes.
We get a database diagram, interpret it, and implement the SQL needed to build that database.
## π Built WithDatabase
- **[Create a database named clinic]**
## π» Getting Started
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem Postgres
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]/joramot/DB_schema_diagram.git
```
πΈ**Author** Ivonne Benites Rodriguez
- π·GitHub: [@githubhandle](https://github.com/IvonneBenitesRodriguez)
- π·Twitter: [@twitterhandle](https://twitter.com/IvonneBenitesR)
- π·LinkedIn: [LinkedIn](https://www.linkedin.com/in/ivonnebenites/)
π€ *Gilbert Dushimimana Happi*
- Github: [Gilbert Happi Dushimimana](https://github.com/gilberthappi)
- X: [Gilbert Happi Dushimimana](https://twitter.com/DushimimanaGil3)
- LinkedIn: [Gilber Happi Dushimimana](https://www.linkedin.com/in/dushimimana-gilbert-happi-997b2a262/)
π€ *Jose Raul Mojica*
- GitHub: [@Joramot](https://github.com/joramot)
- Twitter: [@El_rulis](https://twitter.com/el_rulis)
- LinkedIn: [jose-RM](https://linkedin.com/in/jose-RM)
- [ ] **[User authentication]**
- [ ] **[Appointment scheduling]**
- [ ] **[Favorite Patients Section]**
- [ ] **[Advices for patients Section]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, give it a start βοΈ and a nice comment.
I would like to thank Microverse for providing us with resources and
knowledge necessary to carry out this project.
This project is [MIT](./LICENSE) licensed.