Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gh-reza/hospitaldb


https://github.com/gh-reza/hospitaldb

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Hospital Database
## Getting Started

# 📗 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)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [hospitaldb]

**[hospitaldb]** is a project that contains SQL files that can be used to create a database for a hospital.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- [x] **[Create a database]**
- [x] **[Create the tables]**

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

- [x] **Install postgresql**
- [PostgreSQL](https://www.postgresql.org/download/)

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/Gh-Reza/hospitalDB.git
```
### Usage

To run the project, follow these steps:

- Open psql in your terminal
- Create a database using the following command:

```sh
CREATE DATABASE hospitaldb;
```
- Connect to the database using the following command:

```sh
\c hospitaldb
```
- For creating table, copy and paste the queries from [schema.sql](./schema.sql) file.

## 👥 Authors

👤 **Reza**

- GitHub: [@Gh-Reza](https://github.com/Gh-Reza)

👤 **Ahmed**

- GitHub: [Github](https://github.com/ahmedeid684)

(back to top)

## 🔭 Future Features

- [ ] **[Database performance audit]**
- [ ] **[Add database schema diagram]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, please give it a ⭐️!

(back to top)

## 🙏 Acknowledgments

We would like to thank Microverse for the opportunity to work on this project.

(back to top)

## 📝 License

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

(back to top)