GithubHelp home page GithubHelp logo

human-clinic's Introduction

๐Ÿ“— Table of Contents

๐Ÿ“– [human_clinic database]

human_clinic database is a project that includes database queries to create human_clinic database.

๐Ÿ›  Built With

Tech Stack

Database

Key Features

  • Create tables for databae
  • Populate tables with sample data
  • Run relavent queries to fetch data from 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@14:

To install run:

 brew install postgresql@14

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone [email protected]:shella12/vet_clinic_db.git

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 clinic

(back to top)

๐Ÿ‘ฅ Authors

๐Ÿ‘ค Ayesha Arshad

๐Ÿ‘ค Moses Wamae

๐Ÿค Future Features

  • 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

Give a โญ๏ธ if you like this project!

(back to top)

โ“ FAQ

  • [Why use this repository app?]

    • [To create database for vet_clinic]

(back to top)

human-clinic's People

Contributors

mosdevx avatar shella12 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.