Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mwismann/vet_clinic_2


https://github.com/mwismann/vet_clinic_2

Last synced: 4 days ago
JSON representation

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]

**[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.

Schema Diagram

## 🛠 Built With

### Tech Stack

Client


  • N/A

Server


  • N/A

Database

### Key Features

- **[Multiple tables]**
- **[Proper implementation of one-to-many and many-to-many relations]**
- **[Diversification of queries in each table]**

(back to top)

## 🚀 Live Demo

- At the moment, this project doesn't count with a live version.

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Authors

👤 **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)

(back to top)

## 🔭 Future Features

- [x] **[Implementation of transactions to update records]**
- [x] **[Implementation of indexes for performance audit]**
- [ ] **[Create an schema based on a diagram]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project you can help me a lot with a star!

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for the opportunity provided to me as a student that enables me to improve my skills.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)