/MedicalDatabase

Database structure that can be use to store medical records. Created using a Database Schema.

Getting Started

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

  • Use schema_based_on_diagram.sql to create all tables. Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!

📗 Table of Contents

📖 [MedicalDatabase]

MedicalDatabase is a database that has information of the clinical and the medical records.

🛠 Built With

PostgreSQL

Tech Stack

Database

Key Features

  • [Store Medical Records]
  • [Check Invoices]

(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:

Install PostgreSQL in the local machine.

Run the commands present in the schema.sql, data.sql, queries.sql files.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:mailsg/MedicalDatabase.git

👥 Author

Mention all of the collaborators of this project.

👤 Sandeep Ghosh

👤 Phelelani Ndlovu

(back to top)

🔭 Future Features

  • [Add More Information]
  • [Execute Stored Procedures]
  • [Views and Joins]

(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 please give it a star, and if you wish to tell me ways to improve it, contact me on LinkedIn. It will be a pleasure to hear from you.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for providing the resources and the knowledge to work on projects like this.

(back to top)

❓ FAQ

Add at least 2 questions new developers would ask when they decide to use your project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)