Skip to content

Server side API for EDoc (scheduling appointments with physicians).

Notifications You must be signed in to change notification settings

mosaaleb/edoc-api

Repository files navigation

Edoc-API

screenshot

Check out front end

Introduction

This is the backend of the capstone project in Microverse curriculum The project handles searching physicians by their specialty and handles creating appointments with patients.

It serves frontend React application

react app: edoc

Features

  • Mobile app.
  • Authentication with JWT.
  • Filtering physicians by category.
  • Creating appointments with physicians.
  • Leaving upvotes and reviews.

Built With

  • Rails 6.0.2
  • Rspec

Prerequisites

  • ruby 2.6.3
  • bundle

Setup

git clone git@github.com:mosaaleb/edoc-api.git
cd edoc
rails db:create db:migrate db:seed

Running the project

  • Clone the front end.
  • Follow the instruction on how to set up the frontend.
  • Setup the back end part (check the Setup section).
  • Start the server on both the backend and frontend.
# back end Rails
rails s
# front end react
npm start
  • Start developing.

Testing

The app is fully tested with 1:1.2 Code to Test Ratio You can run all unit tests with: rspec

Author

Coming Features:

  • Doctor profile page endpoint

Having a specific feature in mind? Please Submit it

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

📝 License

This project is MIT licensed.

Releases

No releases published

Packages

No packages published