Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dennis-every/clinic-sql-database

From a database diagram, interpret it, and implement the SQL needed to build that database using pair progrmming
https://github.com/dennis-every/clinic-sql-database

Last synced: about 1 month ago
JSON representation

From a database diagram, interpret it, and implement the SQL needed to build that database using pair progrmming

Awesome Lists containing this project

README

        


clinic-database


## Getting Started

This repository includes files with plain SQL that can be used to recreate a database:

- Use [schema_based_on_diagram.sql](./schema_based_on_diagram.sql) to create all tables.

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[clinic-database\] ](#-clinic-database-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)

# 📖 [clinic-database]

**[clinic-database]** is a relational database for a clinic.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **[Database schema to keep the structure of entire database]**

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

- PostgreSQL

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:dennis-every/clinic-database.git
```

### Install

Install this project with:

```sh
cd my-project
run sql commands in schema_based_on_diagram.sql

```

### Usage

To run the project, execute the following command:

```sh
psql clinic
```

## 👥 Authors

👤 **Nilton Segura**

- GitHub: [@Nkaleth](https://github.com/Nkaleth)
- Twitter: [@NoeSeguraL](https://twitter.com/NoeSeguraL)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/niltonsegura/)

👤 **Hans-Derly Rameau**

- GitHub: [@hansderly](https://github.com/hansderly)
- Twitter: [@\_hansderly](https://twitter.com/_hansderly)
- LinkedIn: [ansderly-rameau](https://linkedin.com/in/ansderly-rameau/)

👤 **Dennis Every**

- GitHub: [@dennis-every](https://github.com/dennis-every)
- Twitter: [@dennis_every](https://twitter.com/dennis_every)
- LinkedIn: [dennis-every](https://www.linkedin.com/in/dennis-every/)

(back to top)

## 🔭 Future Features

- none

(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 feel free to fork it and use it as you need.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for the information provided to build this project.

(back to top)

## ❓ FAQ (OPTIONAL)

- **Can I use the project for any purpose?**

- Yes, you can use this files for anything you need

- **Do I need to ask for permission?**

- No need to ask for permission.

(back to top)

## 📝 License

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

(back to top)