Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gh-reza/hospitaldb
https://github.com/gh-reza/hospitaldb
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gh-reza/hospitaldb
- Owner: Gh-Reza
- License: mit
- Created: 2023-08-22T17:12:46.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-22T20:10:05.000Z (over 1 year ago)
- Last Synced: 2024-12-30T13:36:53.924Z (28 days ago)
- Size: 9.77 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]** is a project that contains SQL files that can be used to create a database for a hospital.
Database
- [x] **[Create a database]**
- [x] **[Create the tables]**
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.
👤 **Reza**
- GitHub: [@Gh-Reza](https://github.com/Gh-Reza)
👤 **Ahmed**
- GitHub: [Github](https://github.com/ahmedeid684)
- [ ] **[Database performance audit]**
- [ ] **[Add database schema diagram]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, please give it a ⭐️!
We would like to thank Microverse for the opportunity to work on this project.
This project is [MIT](./LICENSE) licensed.