Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hetrox8/medics_db
https://github.com/hetrox8/medics_db
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hetrox8/medics_db
- Owner: hetrox8
- License: mit
- Created: 2023-09-26T15:04:08.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-09-27T20:40:01.000Z (over 1 year ago)
- Last Synced: 2024-12-23T21:23:58.446Z (about 1 month ago)
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Curriculum databases project
## Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
- Use [schema_based_on_diagram.sql](./schema.sql) to create all tables.
# 📗 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)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)> In this project, I use a relational database to create the initial data structure for Medical clinic . I create a table to store patient's information, insert some data into it, and query it.
**[medical clinic database]** this is a medical database where we can track patients medical history from previous dates and institution where admitted.
Database
- **[Create database]**
- **[modify database to many-many]**
To get a local copy up and running, follow these steps.
- Clone the [project using github](https://github.com/hetrox8/medics_db.git)
### Setup
After cloning this repository to your desired folder:
```sh
cd my-folder
```
### Install
Install this project with:
[PostgreSQL](https://www.postgresql.org/download/)
### Usage
To run the project, execute the following command:
```sh
psql -U postgres
```
### Run tests
To run tests, run the following command:
```sh
\c dbname
SELECT * from tableName;
```
👤 **Jean Emmanuel Cadet**
- GitHub: [@jecode93](https://github.com/jecode93)
- Twitter: [@jecode93](https://twitter.com/jecode93)
- LinkedIn: [jean-emmanuel-cadet](https://www.linkedin.com/in/jean-emmanuel-cadet/)
👤 **Suleiman Gacheru**
- GitHub: [@hetrox8](https://github.com/hetrox8)
- Twitter: [@suleimangacheru](https://twitter.com/suleimangacheru)
- [ ] **[Add patients table]**
- [ ] **[Add medical histories table]**
- [ ] **[Add invoices table]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project...
I would like to thank Microverse for giving me this wonderful opportunity to work on this project
This project is [MIT](./LICENSE) licensed.