/pick-a-doctor

Primary LanguageRubyMIT LicenseMIT

Pick A Doctor API

Find and book appointments with doctors - API

image

Pick a doctor is a website helping you find doctors that belong to a specific specialization in no time and allows you to book appointments with them easily.

Built With

  • Ruby on Rails

Getting Started

Prerequisites

  • Ruby
  • Postgres server

Setup

Clone this repo and enter the directory.

git clone git@github.com:eapenzacharias/pick-a-doctor.git && cd pick-a-doctor

Install

Run the following command to install all the dependencies.

bundle install

Usage

Run the following command to start the server, then go to http://localhost:3000

rails db:create # create database
rails db:migrate # migrate tables
rails db:seed # seed the data
rails s # to start the server

Run tests

bundle exec rspec spec

Author

Authors

👤 Maha Magdy

👤 Eapen Zacharias

Show your support

Give a ⭐️ if you like this project!