prg-04 / MDoc

MIT License
0 stars 0 forks source link


Doctor Appointment

πŸ“— Table of Contents

MDoc

It's an Online Doctor Reservation web application designed to provide users with the ability to reserve, view, and manage doctors and doctor appointment reservation . The system aims to streamline the process of finding and booking doctors from various locations

Link to Frontend Repository

πŸ›  Built With

Tech Stack

Framework

Key Features

(back to top)

πŸš€ Live Demo

(back to top)

🎬 Kanban Board

Link to the Kanban Board

All 3 Authors have been contributing to this project from start to finish

πŸ’» Getting Started

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

git clone https://github.com/prg-04/MDoc.git
cd MDoc
bundle install
1. Remove config/master.key and config/credentials.yml.enc if they exist.
2. Run: `rails secret`.  Copy the key.
3. Run: EDITOR="code --wait" bin/rails credentials:edit
4. In the editor that opens, add this:  devise_jwt_secret_key: <the key you copied in step 2>
5. Save the file and close the editor.

New master.key, credentials.yml.enc files will be generated,
and the key will be stored in `Rails.application.credentials.devise_jwt_secret_key`.
rails db:create db:migrate db:seed
rails s

Tests

After setup, you ran use the comman below to run RSpec

rspec

πŸ‘₯ Authors

Collaborators.

πŸ‘₯ Author

πŸ‘€ Siddhartha Ghosh

πŸ‘€ Peter Akhigbe

πŸ‘€ Evans Karanja

(back to top)

πŸ”­ Future Features:

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page]().

(back to top)

⭐️ Show your support

If you liked this project, give it a ⭐️ and kindly send to me an e-mail expressing it, it would make our day and fuel our motivation.

(back to top)

πŸ™ Acknowledgments

Hats off to Murat Korkmaz for designing the awesome template that inspired us to create this project. ✨ Microverse for giving us this chance The amazing code reviewers for making us improve every day πŸ‘

Original design idea by Murat Korkmaz on Behance.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)