medical-db

Getting Started

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

πŸ“— Table of Contents

πŸ“– [MEDICAL DB]

a relational database to create the data structure for a vet clinic.

[MEDICAL_DB] is a relational database to create the data structure for a vet clinic. tables:

  • patients,
  • medical_histories,
  • treatment,
  • invoices,
  • invoice_items,
  • medical_histories_treatment

πŸ›  Built With SQL

Tech Stack

Database

Key Features

  • [CREATE_TABLE]

(back to top)

πŸš€ Live Demo

(back to top)

πŸš€ Project Details

πŸ’» Getting Started

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

Clone Git Repository

-Reach to following Github URL:

https://github.com/Zainab-Alzubair/medical-db

-Copy the URL.

-In Visual Studio Code β€œTerminal” change the current working directory to the location where you want the cloned directory.

-Type git clone in the terminal, paste the URL you copied earlier, and press β€œenter” to create your local clone.

$ git clone {https://github.com/Zainab-Alzubair/medical-db}

Install Dependencies(with following Command)

  • npm install

Build webpack

  • run command
npm run build

Start server

npm start

Prerequisites

In order to run this project you need:

  • Basic knowledge of Git, GitHub &Gitflow.
  • Basic knowledge of SQL sql.
  • Basic knowledge of VS Code or any other code-editors.

Setup

Clone this repository to your desired folder:

_cd PATH_

_git clonehttps://github.com/Zainab-Alzubair/medical-db

(back to top)

πŸ‘₯ Authors

πŸ‘€ Zainab Alzubair

πŸ‘€ Robert Okoe Alabi

(back to top)

πŸ”­ Future Features

  • Create new tables based on digrames

(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

  • Thanks to Microverse for giving this opportunity to learn ...
  • Code Reviewers & Coding Partners.
  • Hat tip to anyone whose code was used.

(back to top)

❓ FAQ

How to connect to the DB using psql?

Run "\c db_name"

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)