Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mailsg/medicaldatabase
- Owner: mailsg
- Created: 2023-07-25T08:53:25.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-07-25T14:10:55.000Z (over 1 year ago)
- Last Synced: 2024-12-08T14:41:21.863Z (2 months ago)
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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** is a database that has information of the clinical and the medical records.
**PostgreSQL**
Database
- **[Store Medical Records]**
- **[Check Invoices]**
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
```
> 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/)
- [ ] **[Add More Information]**
- [ ] **[Execute Stored Procedures]**
- [ ] **[Views and Joins]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mailsg/MedicalDatabase/issues).
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.
I would like to thank Microverse for providing the resources and the knowledge to work on projects like this.
> 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/]
This project is [MIT](./LICENSE) licensed.