This application is based booking an appointment with prominent Doctors around the world, you need just to login then book a reservation, after that you can log out or check all your reservations.
Check out the API documentation
Check out the Kanban of our whole project.
To get a local copy up and running follow these simple steps.
You can check if Git is installed by running the following command in the terminal.
$ git --version
Likewise for Ruby installation.
$ ruby --version && irb
To install rails, in the terminal kindly run this command
$ gem install rails
Clone the repository using the GitHub link provided below.
To get a local copy up and running follow these simple example steps.
clone the repository by running: https://github.com/MaganaAsiati/doctor_appointment_backend.git
setup rails app
rails . my_api --api --database=postgresql
navigate to the folder
cd <DIRECTORY>
Install packages
npm i
Run the app
# Load the schema
rails db:schema:load
# Create the database
rake db:create
# Run database Migration
rails db:migrate
Kindly modify the files as needed.
To install rspec, in the terminal kindly run this command
$ gem install rspec
To run tests, please run this command
$ rspec ./spec/#{filename}_spec.rb
π€ Matchoudi
π€ Magana Mwinja Asiati
π€ Eric Mahare
GitHub: @erikmahare
Twitter: @erikmahare
LinkedIn: Eric Mahare
π€ Jamila Moseka
GitHub: @jmoseka
Twitter: @milamoseka
LinkedIn: Jamila Moseka
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page]().
Give a βοΈ if you like this project!
The Creative Commons license of the design requires that you give appropriate credit to the author. Therefore, you must do it in the README of your project.
This project is MIT licensed.