Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwismann/vet_clinic_2
https://github.com/mwismann/vet_clinic_2
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwismann/vet_clinic_2
- Owner: mwismann
- License: mit
- Created: 2023-08-15T18:26:17.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-21T20:32:45.000Z (about 1 year ago)
- Last Synced: 2023-08-21T21:41:37.134Z (about 1 year ago)
- Language: PLpgSQL
- Size: 17.6 KB
- Stars: 1
- 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_2\] ](#-vet_clinic_2-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 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-)**[vet_clinic_2]** is a project where I created the initial structure for a vet clinic with the implementation of a relational database. I created a table to store animals' information, insert data into it, and query it.
Client
- N/A
Server
- N/A
Database
- **[Multiple tables]**
- **[Proper implementation of one-to-many and many-to-many relations]**
- **[Diversification of queries in each table]**
- At the moment, this project doesn't count with a live version.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Git](https://git-scm.com/)
- [Node](https://nodejs.org/en/)
- A code editor, such as [VSCode](https://code.visualstudio.com/)
### Setup
Clone this repository to your desired folder:
```bash
git clone [email protected]:mwismann/vet_clinic_2.git
```
👤 **Mathias Wismann**
- GitHub: [@mwismann](https://github.com/mwismann)
- Twitter: [@mathias_wismann](https://twitter.com/mathias_wismann)
- LinkedIn: [Mathias Wismann](https://www.linkedin.com/in/mathias-wismann/)
👤 **Arthur Emanuel G. Iturres**
- GitHub: [@ITurres](https://github.com/ITurres)
- LinkedIn: [Arthur Emanuel G. Iturres](https://www.linkedin.com/in/arturoemanuelguerraiturres/)
- Angellist / Wellfound: [Arturo (Arthur) Emanuel Guerra Iturres](https://wellfound.com/u/arturo-arthur-emanuel-guerra-iturres)
- Youtube: [Arturo Emanuel Guerra Iturres - Youtube Channel](https://www.youtube.com/channel/UC6GFUFHOtBS9mOuI8EJ6q4g)
- [x] **[Implementation of transactions to update records]**
- [x] **[Implementation of indexes for performance audit]**
- [ ] **[Create an schema based on a diagram]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project you can help me a lot with a star!
I would like to thank Microverse for the opportunity provided to me as a student that enables me to improve my skills.
This project is [MIT](./LICENSE) licensed.