ybadr99 / clinic_db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clinic

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!

πŸ“— Table of Contents

πŸ“– clinic-database

-clinic-database is a database for storing information about clinic.

πŸ›  Built With

Tech Stack

Database

Key Features a

  • Create tables
  • Add Primary keys
  • ID generated automaticallya

(back to top)

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

  • Git bash
  • Posgresql
  • Visual Studio Code as your code editor

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone https://github.com/ybadr99/-clinic-database

Install

Install this project with: Comming soon.

Usage

To run the project, execute the following command: Comming soon.

Run tests

To run tests, run the following command: comming soon.

Deployment

You can deploy this project using: comming soon.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Yousef Badr

(back to top)

πŸ”­ Future Features

  • Add Backend
  • Add Webpages

(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 show some love by commenting

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse staff for their support

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About