Paulinelali / database-based-on-diagram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Vet clinic database

Vet Clinic is a database application used to keep track of the various animals visiting a vet.

πŸ›  Built With

Tech Stack

Database

Key Features

  • Animal data
  • Animal owner
  • Visit

(back to top)

πŸš€ Live Demo

N/A

(back to top)

πŸ’» Getting Started

Prerequisites

In order to run this project you need:

You will need psql install

Setup

Clone this repo[https://github.com/Paulinelali/vet-clinic] repository to your desired folder:

cd my-folder git clone git@github.com:myaccount/my-project.git

Install

Install this project with:

cd my-project npm install

Usage

To run the project, execute the following command:

CREATE TABLE animals ( name varchar(100) );

(back to top)

πŸ‘₯ Authors

πŸ‘₯ Ayomide.S.E.P

(back to top)

πŸ”­ Future Features

  • Optimize database for Horizontal Scaling

(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 follow me on Github and give it a star to motivate build more cool stuff. Thank you.

(back to top)

πŸ“ License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)

About