Find and book appointments with doctors - API
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.
- Ruby on Rails
- Ruby
- Postgres server
Clone this repo and enter the directory.
git clone git@github.com:eapenzacharias/pick-a-doctor.git && cd pick-a-doctor
Run the following command to install all the dependencies.
bundle install
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
bundle exec rspec spec
👤 Maha Magdy
- GitHub: Maha-Magdy
- Twitter: @Maha_M_Abdelaal
- LinkedIn: Maha Magdy
👤 Eapen Zacharias
- GitHub: @eapenzacharias
- Twitter: @eapenzac
- LinkedIn: LinkedIn
Give a ⭐️ if you like this project!