This is backend API for the Doctor Appointment-Front-End UI, built with Ruby-on-Rails and Postgresql. This API manages reservations for patient and different specialize doctors.
You can access the Live version and use the API via this link.
You can access the front-end of this application via this link.
Kanban Board link Initial state of the Kanban Board:
To get a local copy up and running, follow these steps:
> git clone https://github.com/efoosag/appointment-back-end.git
> cd book-appointment-back-end
> bundle install
> rails db:create
> rails db:migrate
> rails db:seed
Run Rubocop -A
and fix linters errors, if any.
Run the project in your browser:
rails server
👤 Dadi Gideon
👤 Bruk Teshome
👤 Victor
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.