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 the Kanban Board
All 3 Authors have been contributing to this project from start to finish
In order to run this project you need:
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
After setup, you ran use the comman below to run RSpec
rspec
Collaborators.
π€ Siddhartha Ghosh
π€ Peter Akhigbe
π€ Evans Karanja
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page]().
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.
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.
This project is MIT licensed.