Skip to content

Latest commit

 

History

History
218 lines (141 loc) · 5.58 KB

README.md

File metadata and controls

218 lines (141 loc) · 5.58 KB

📖 Doctors-Appoinment-Backend

📗 Table of Contents

📖 Doctors Appoinment Backend

[Doctors Appoinment Backend] is a the backend part of a web application project that allows users to book appointments with doctors.

🏡 Frontend App

  • Link to 🎋 Doctors-Appoinments-Front-End click here

(back to top)

🚀 Kanban Board

  • Kanban Board

  • Kanban Board Initial Screenshot Kanban Board Initial Screenshot

  • We are grup of 5 people working on this project. We are using the Kanban board to keep track of our progress. We are using the following columns:

    • Back_End-Team To Do
    • Front_End-Team To Do
    • in Progress
    • in Review
    • Done

🛠 Built With

Tech Stack

Key Features

  • access the data using API

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

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone [email protected]:Enning94/Doctors_Appointment_Backend.git

Install

Install this project with:

  cd my-project
  bundle install

Usage

To run the project, execute the following command:

setup database:

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

start server command:

  rails server

Tests 🧪

To test the project, execute the following command:

Example command:

  RAILS_ENV=test bundle exec rspec
  rspec spec

(back to top)

👥 Authors

👤 Ankit [member 1]

👤 Ada Rachel [member 2]

👤 Deborah A. Fashoro [member 3]

👤 Festus Enning [member 4]

👤 Vahe Stepanyan [member 5]

(back to top)

🔭 Future Features

  • [Create API for Notifications]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, give it a ⭐️!

(back to top)

🙏 Acknowledgments

  • I would like to thank the Microverse team for the code reviews and the constructive feedback.
    • I would also like to thank [Murat Korkmaz] for the original design on Behance that served as inspiration for this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)