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

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

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

**ClinicDatabase** is a relational database for a clinic with details about patient, medical histories, treatments, invoices and invoice item details

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **Create database**
- **Create table**

(back to top)

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

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

(back to top)

## 👥 Authors

👤 **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)

(back to top)

## 🔭 Future Features

- [ ] **Using a schema**
- [ ] **Add "join table" for visits**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/FrankMugagga/ClinicDatabase/issues).

(back to top)

## ⭐️ Show your support

If you like this project please leave a like, share or contact me for a chat

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse and my coding partners for the support and code reviewer for guidance

(back to top)

(back to top)

## 📝 License

This project is [MIT](https://github.com/FrankMugagga/ClinicDatabase/blob/main/LICENSE) licensed.

(back to top)