📗 Table of Contents

📖 [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:

Setup

Clone this repository to your desired folder:

  git clone git@github.com:mwismann/vet-clinic-database.git

Install

Install this project dependencies with:

  npm install

Usage

To run the project, execute the following command:

  npm run start

(back to top)

👥 Authors

👤 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.

(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 licensed.

(back to top)