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


https://github.com/mwismann/vet-clinic-database

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 [vet-clinic-database]

**[vet-clinic-database]** 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.

## 🛠 Built With

### Tech Stack

Client


  • N/A

Server


  • N/A

Database

### Key Features

- **[Proper addition of animals table]**
- **[Proper insertion of animal data into table]**
- **[Diversification of queries in table]**

(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-database.git
```

### Install

Install this project dependencies with:

```bash
npm install
```

### Usage

To run the project, execute the following command:

```bash
npm run start
```

(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/)

(back to top)

## 🔭 Future Features

- [ ] **[Implementation of transactions to update records]**
- [ ] **[Implementation of transactions to delete records]**
- [ ] **[Addition of ux interface]**

(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)