Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mailsg/medicaldatabase

Database structure that can be use to store medical records. Created using a Database Schema.
https://github.com/mailsg/medicaldatabase

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## Getting Started

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

- Use [schema_based_on_diagram.sql](./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

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 [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:

```sh
cd my-folder
git clone [email protected]:mailsg/MedicalDatabase.git
```

## 👥 Author

> Mention all of the collaborators of this project.

👤 **Sandeep Ghosh**

- GitHub: [@mailsg](https://github.com/mailsg)
- LinkedIn: [LinkedIn](https://linkedin.com/in/sandeep0912/)

👤 **Phelelani Ndlovu**

- GitHub: [@techmoves](https://github.com/techmoves)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/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](https://github.com/mailsg/MedicalDatabase/issues).

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

- **[How to install postgresSQL?]**

- [https://www.postgresql.org/download/]

- **[Where to learn basics of PostgreSQL?]**

- [https://www.postgresqltutorial.com/]

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)