ppmarq1 / Clinic-Database

Build that database from a pre-defined diagram,

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clinic Database

This repository contains a database that has postgresql syntax which uses database schema diagram to form a database.

Setup

-schema_based_on_diagram.sql entails SQL syntax to create tables for clinic database.

Prerequisites

  • Postgresql

Getting Started

To view the SQL syntax for creating the database and populating the table;

a) Clone the project

    ```terminal
    git@github.com:ppmarq1/clinic-database.git
    ```
b) View the folder
    - cd into the project directory

        ```terminal
        cd clinic-database.git
        ```

Authors

πŸ‘€ Pedro Marques

πŸ‘€ Emmanuel Moombe

🀝 Contributing

Contributions, issues, and feature requests are welcome!!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

πŸ“ License

This project is MIT licensed.

About

Build that database from a pre-defined diagram,