Skip to content

Rails back-end API for the "Doctor Appointments" capstone project, utilizes PostgreSQL as the database and is designed to be a robust and secure back-end system, API exposes endpoints for user login, doctor listing, doctor details, reservation creation, and user reservation listing.

License

Notifications You must be signed in to change notification settings

Uzair-Manzoor/healthcare-app-backend

 
 

Repository files navigation

📗 Table of Contents

📖 Health Care API

Health Care API This repository contains the Rails back-end API for the "Doctor Appointments" capstone project. The API serves as the foundation for user authentication, doctor management, appointment reservations, and related functionalities. It utilizes PostgreSQL as the database and is designed to be a robust and secure backend system. The API exposes endpoints for user login, doctor listing, doctor details, reservation creation, and user reservation listing. Additionally, it implements features such as marking a doctor as removed and comprehensive documentation for seamless integration with the front-end.

🛠 Built With

Ruby on Rails, Visual Studio Code, WSL

Tech Stack

  • Ruby on Rails
  • PostgreSQL
  • WSL

Key Features

  • User Authentication
  • Doctor Management
  • Reservation System
  • API Documentation

🚀 Live Demo

Kanban Board

(back to top)

💻 Getting Started

Setup

In order to use this project.. Clone this repository to your desired folder by pasting this command in your command line interface:

  git clone https://github.com/mahdinoori2000/healthcare-app-backend.git

You can also clone the front-end project using the following command:

  git clone https://github.com/mahdinoori2000/healthcare-app-frontend.git

Prerequisites

Ruby on Rails Git

Install

To install the project's dependencies, run:

  bundle install
  rails db:create
  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

Front-end Project

Front-end project link.

(back to top)

👥 Authors

🔭 Future Features

  • Enhanced Authentication
  • Advanced Doctor Management
  • Appointment Reminders
  • Analytics and Reporting

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Kindly give this project a star if you like it.

(back to top)

🙏 Acknowledgments

We would like to thank Microverse.

(back to top)

📝 License

This project is MIT license.

(back to top)

About

Rails back-end API for the "Doctor Appointments" capstone project, utilizes PostgreSQL as the database and is designed to be a robust and secure back-end system, API exposes endpoints for user login, doctor listing, doctor details, reservation creation, and user reservation listing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 95.7%
  • Dockerfile 3.9%
  • Shell 0.4%