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

https://github.com/katarighe/book-appointment-back-end

The Book A Doctor appointments (Backend) is a Rails application specifically designed for managing doctor appointments. This application utilizes API endpoints that allow users to load, create, and delete doctor information and appointments. Users must either sign up for an account or sign in to access these API endpoints.
https://github.com/katarighe/book-appointment-back-end

api microverse-projects microverse-rails-capstone rails ruby

Last synced: about 2 months ago
JSON representation

The Book A Doctor appointments (Backend) is a Rails application specifically designed for managing doctor appointments. This application utilizes API endpoints that allow users to load, create, and delete doctor information and appointments. Users must either sign up for an account or sign in to access these API endpoints.

Awesome Lists containing this project

README

          

logo

Book A Doctor Appointment (Backend)

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Frontend Version](#frontend-version)
- [Kanban Board](#kanban-board)
- [πŸš€ Live Demo](#live-demo)
- [πŸ’» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– Book A Doctor appointments (Backend)

The Book A Doctor appointments (Backend) is a Rails application specifically designed for managing doctor appointments. This application utilizes API endpoints that allow users to load, create, and delete doctor information and appointments. Users must either sign up for an account or sign in to access these API endpoints.

## πŸ›  Built With

### Tech Stack

Client

Server

Database

Tests / API

### Key Features

The main features of this app include:

- **Load, create, and delete doctors**
- **Load, create and delete appointments / reservations**
- **Signup and Signin feature**
- **Admin and User roles**

(back to top)

### Frontend Version

- [Frontend version](https://github.com/katarighe/book-appointment-front-end)

(back to top)

### Kanban Board

- [Original Kanban Board](https://github.com/users/katarighe/projects/4/views/1)

(back to top)

## πŸš€ Live Demo

- [Live Demo Link](https://book-doctor-appointment-frontend.netlify.app/)

(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 to install the following items:

- Ruby
- Ruby on Rails
- PostgreSQL

### Setup

Clone this repository to your desired folder:

```
git clone git@github.com:katarighe/book-appointment-back-end.git
cd book-appointment-back-end
```

### Install

Install this project by using:

```
bundle install
```

Setup database with:

```
rails db:create
rails db:migrate
rails db:seed
```

### Usage

To run the project, execute the following command to start the server:

```
rails server -p 3001
```

Visit http://localhost:3001/ in your browser.

### Run tests

To run tests, run the following commands:

Install npm with:

```
npm install
```

Install rspec with:

```
bundle install
```

and

```
rails generate rspec:install
```

run the test with:

```
rspec spec
```

Visit /coverage/index.html in your browser.

![image](https://github.com/katarighe/book-appointment-back-end/assets/80690364/d0e60d0e-7ab3-4bfe-acb1-b2c06e71ae03)

To open API documentation, please execute the following command:

```
rails rswag:specs:swaggerize
```

Visit http://localhost:3001/api-docs in your browser.

![image](https://github.com/katarighe/book-appointment-back-end/assets/80690364/5c85bba4-0863-4c4e-9cc9-658a9c2b08b3)

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Mohamed Aden Ighe**

- GitHub: [@katarighe](https://github.com/katarighe)
- Twitter: [@katarighe](https://twitter.com/katarighe)
- LinkedIn: [@mighe](https://linkedin.com/in/mighe)

πŸ‘€: **Antoine Makdessy**

- GitHub: [@ANTOINE1128](https://github.com/ANTOINE1128)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/antoine-makdessy/)

πŸ‘€ **Andry Narson**

- GitHub: [@rbd3](https://github.com/rbd3)
- LinkedIn: [@Andry Narson Rabedesana](https://linkedin.com/in/andry-rabedesana)

πŸ‘€ **Sodeeq Awoyemi**

- GitHub: [@githubhandle](https://github.com/Errytagedesign)
- Twitter: [@twitterhandle](https://twitter.com/errytage)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/errytagedesigns/)

πŸ‘€ **Clarence Atim**

- GitHub: [@ClarenceAtim](https://github.com/ClarenceAtim)
- LinkedIn: [@Clarence Atim](https://www.linkedin.com/in/tegum-clarence-atim/)

(back to top)

## πŸ”­ Future Features

Here are some future features that could be added to the Book a Doctor appointments app in the future.

- **Medication management**
- **Personalized healthcare plans**
- **Symptom checker**
- **Multilingual support**
- **Electronic health records (EHR)**
- **Clinical decision support**
- **Performance analytics**
- **Appointment reminders**
- **Wait time estimates**
- **Social features**
- **Patient communication**
- **Medical record access**

These are just a few potential future features for the "Book a Doctor" appointments app. The specific features that are implemented will depend on the needs and preferences of the users, as well as the available resources and technology.

It is also important to consider the ethical implications of adding new features, such as the potential for bias in AI-powered tools and the need to protect patient privacy and security.

Ultimately, the goal of any new feature should be to improve the user experience and make it easier for patients and doctors to access and manage healthcare.

(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

Give a star⭐️ or a thumbs up πŸ‘ if you like this project! You can visit my GitHub profile for more of my projects.

(back to top)

## πŸ™ Acknowledgments

- Project supervised by [Microverse](https://www.microverse.org/)
- [Creative Commons 4.0 License](https://creativecommons.org/licenses/by-nc/4.0/)
- Original design theme is by [Murat Korkmaz on Behance](https://www.behance.net/muratk)
- [Link to the original design theme](https://www.behance.net/gallery/26425031/Vespa-Responsive-Redesign/modules/173005579) by Murat Korkmaz

(back to top)

## πŸ“ License

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

(back to top)