Nuga0909 / vet-clinic-database

In this repo, I am using 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Vet Clinic

VET-CLINIC In this project, I am using 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

postgreSQL

Tech Stack

Client
Server
Database

Key Features

  • [User can search animals by name]
  • [User can filter animals by weight]
  • [User can filter animals by escape attempts]

(back to top)

πŸš€ Live Demo

-COMING SOON

(back to top)

πŸ’» Getting Started

  • Create a local directory that you want to clone the repository.

  • Open the command prompt in the created directory.

  • On the terminal run this command git clone https://github.com/Nuga0909/vet-clinic-database.git

  • Go to the repository folder using command prompt cd vet-clinic-database

  • Install the dev dependencies for linters run npm install.

  • setup Webpack

(back to top)

Prerequisites

In order to run this project you need:

-Any broswer

  • familiarity with basic git commands

(back to top)

Setup

Clone this repository to your desired folder:

  • Open the command prompt in the created directory.

  • On the terminal run this command git clone https://github.com/Nuga0909/vet-clinic-database.git

  • Go to the repository folder using command prompt cd vet-clinic-database

  • Install the dev dependencies for linters run npm install.

(back to top)

πŸ‘€ Authors Adeshina Adenuga

Sulaimon Ayodeji

(back to top)

πŸ”­ Future Features

  • You can suggest some UX improvements and suggest some animations.

  • [Filter By Name]

  • [Filter by location]

  • [Filter animals by habits]

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

I Would like to Thanks Microverse for providing the Project.

(back to top)

πŸ“ License

This project is MIT licensed.

About

In this repo, I am using 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.

License:MIT License