Skip to content

Latest commit

 

History

History
142 lines (93 loc) · 6.79 KB

README.md

File metadata and controls

142 lines (93 loc) · 6.79 KB

Alt text

📗 Table of Contents

🎯 Clinic Database

This repo consists the necessary schema queries to create a clinic database based on a given ER Diagram.

🛠 Built With

Tech Stack

Database
  • PostgreSQL

Key Features

  • Create Database
  • Create Table

(back to top)

(back to top)

💻 Getting Started

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

Prerequisites

you have to those tools in your local machine.

  • PostgreSQL

Setup

Clone the project.

  git clone https://github.com/kifle23/clinic-db.git

Go to the project directory.

  cd clinic-db

In the project directory, run/ Excute each query in the following order:

  Excute schema_based_on_diagram.sql

(back to top)

### Run tests
No tests here...

(back to top)

👥 Authors

Author:

👤 Kifle Haile

👤 Christian Romuald MOMO TONFACK

(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

(back to top)

📝 License

This project is MIT licensed.

(back to top)