Skip to content

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.

License

Notifications You must be signed in to change notification settings

katarighe/book-appointment-back-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

logo

Book A Doctor Appointment (Backend)

πŸ“— Table of Contents

πŸ“– 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

(back to top)

Kanban Board

(back to top)

πŸš€ Live Demo

(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 [email protected]: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:https://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

To open API documentation, please execute the following command:

rails rswag:specs:swaggerize

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

image

(back to top)

πŸ‘₯ Authors

πŸ‘€ Mohamed Aden Ighe

πŸ‘€: Antoine Makdessy

πŸ‘€ Andry Narson

πŸ‘€ Sodeeq Awoyemi

πŸ‘€ 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.

(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

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published