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!
- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 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.
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.
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:mailsg/MedicalDatabase.git
Mention all of the collaborators of this project.
👤 Sandeep Ghosh
👤 Phelelani Ndlovu
- GitHub: @techmoves
- LinkedIn: LinkedIn
- [Add More Information]
- [Execute Stored Procedures]
- [Views and Joins]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
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?]
-
[Where to learn basics of PostgreSQL?]
This project is MIT licensed.