Skip to content

Gh-Reza/hospitalDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Hospital Database

Getting Started

📗 Table of Contents

📖 [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

  • [Create a database]
  • [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:

Setup

Clone this repository to your desired folder:

  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:
  CREATE DATABASE hospitaldb;
  • Connect to the database using the following command:
  \c hospitaldb
  • For creating table, copy and paste the queries from schema.sql file.

👥 Authors

👤 Reza

👤 Ahmed

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

(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 licensed.

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published