https://github.com/frankmugagga/clinicdatabase
**[ClinicDatabase]** is a relational database for a clinic with details about patient, medical histories, treatments, invoices and invoice item details
https://github.com/frankmugagga/clinicdatabase
postgresql
Last synced: 9 months ago
JSON representation
**[ClinicDatabase]** is a relational database for a clinic with details about patient, medical histories, treatments, invoices and invoice item details
- Host: GitHub
- URL: https://github.com/frankmugagga/clinicdatabase
- Owner: FrankMugagga
- License: mit
- Created: 2023-05-31T12:21:46.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-31T15:02:13.000Z (about 3 years ago)
- Last Synced: 2025-04-02T22:11:23.287Z (over 1 year ago)
- Topics: postgresql
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
**ClinicDatabase** is a relational database for a clinic with details about patient, medical histories, treatments, invoices and invoice item details
Database
- **Create database**
- **Create table**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- To install Postgresql
### Setup
Clone this repository to your desired folder:
Example commands:
git clone https://github.com/FrankMugagga/ClinicDatabase.git
cd ClinicDatabase
### Install
Install this project with:
Example command:
cd ClinicDatabase
### Usage
To run the project, execute the following command:
From the command line run;
- sudo -i -u postgres
- psql
- \c database name
### Run tests
To run tests, run the following command:
### Deployment
You can deploy this project using: -->
👤 **Frank Mugagga**
- GitHub: [@githubhandle](https://www.github.com/FrankMugagga)
- Twitter: [@twitterhandle](https://www.twitter.com/@mugagga_frank)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/frank-mugagga)
👤 **Mursedul Islam Sumon**
- GitHub: [@githubhandle](https://www.github.com/sumon766)
- Twitter: [@twitterhandle](https://www.twitter.com/sumon766)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/sumon766)
- [ ] **Using a schema**
- [ ] **Add "join table" for visits**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/FrankMugagga/ClinicDatabase/issues).
If you like this project please leave a like, share or contact me for a chat
I would like to thank Microverse and my coding partners for the support and code reviewer for guidance
This project is [MIT](https://github.com/FrankMugagga/ClinicDatabase/blob/main/LICENSE) licensed.