Vet-clinic-database

Vet-clinic-database is the first learning project of Microverse about databases, for this project, I used a relational database to create the initial data structure for a vet clinic and create tables to store animals', vets and owners information, insert some data into them and query from them.

MIT License

Stars
4
Committers
1

Vet-clinic-database

πŸ“— Table of Contents

πŸ“– Vet-clinic-database

Vet-clinic-database is the first learning project of Microverse about databases, for this project, I used a relational database to create the initial data structure for a vet clinic. I create a table to store animals' information, insert some data into it, and query it.

πŸ›  Built With

Tech Stack

Key Features

  • Create database Vet-clinic-database
  • Create table animals
  • Insert data to the animals table
  • Retview data from the table
  • The SQL code for all parts are available

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need the following tools:

  • Install PostgreSQL
  • Install Visual Studio
  • Install Node.js

Setup

Clone this repository to your desired folder by running the following commands in your terminal:

  cd your-prefered-folder-name
  
  git clone https://github.com/MozamelJawad/Vet-clinic-database.git

Install

Install this project with:

  cd Vet-clinic-database

Deployment

You can deploy this project using:

  • Install PostgreSQL

πŸ‘₯ Authors

πŸ‘€ Mozamel Jawad

πŸ”­ Future Features

  • [I will add more tables]

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

Give a ⭐️ if you like this project!

πŸ™ Acknowledgments

  • Thanks to the Microverse team for the great curriculum and opportunity.

πŸ“ License

This project is MIT licensed.

Related Projects