Git Product home page Git Product logo

vet_clinic's Introduction

๐Ÿ“— Table of Contents

๐Ÿ“– [Vet Clinic Database]

Vet Clinic Database is a relational database to store animals' information, insert data nd query data for processing

๐Ÿ›  Built With

Tech Stack

Database

Key Features

  • Database named vet-clinic
  • Table named animal
  • Run relevant queries to fetch data from the database

(back to top)

๐Ÿ’ป Getting Started

This repository includes files with plain SQL that can be used to recreate a database:

  • Use schema.sql to create all tables.
  • Use data.sql to populate tables with sample data.
  • Check queries.sql for examples of queries that can be run on a newly created database.

Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!

Prerequisites

  • Postgresql@16:

To install run:

On Linux:

 sudo apt-get install postgresql postgresql-contrib libpq-dev

On Windows

Go to postgres website and download the installer and follow the installation process

Setup

Clone this repository to your desired folder:

  git clone [email protected]/yusufyusie/vet-clinic
  cd vet-clinic

Usage

To run the project, start the Postgresql server first, connect with vet_clininc database and execute the following commands on terminal:

  $ brew services restart postgresql@14
  $ psql postgres

  postgres=# CREATE DATABASE vet_clininc;
  CREATE DATABASE

  postgres=# \c vet_clininc;
  CREATE DATABASE

Exit sql by running

postgres=# \q

Reconnect with database by

$ psql vet_clinic

=======

postgres=# \q

Reconnect with database by

$ psql vet_clinic

(back to top)

๐Ÿ‘ฅ Authors

๐Ÿ‘ค Yesuf Fenta

(back to top)

๐Ÿ”ญ Future Features

  • Add Column To Table
  • Create Bridge Table
  • Add Join queries
  • Add multiple tables

(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 please don't forget to give me a star

(back to top)

๐Ÿ™ Acknowledgments

I would like to thank microverse for providing me with the template for this project

(back to top)

โ“ FAQ

  • [Why I use this repository app?]

    • [To create the database for vet_clinic]

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

(back to top)

vet_clinic's People

Contributors

yusufyusie avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.