Check out front end
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.
- Rails 6.0.2
- Rspec
- ruby 2.6.3
- bundle
git clone git@github.com:mosaaleb/edoc-api.git
cd edoc
rails db:create db:migrate db:seed
- 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.
The app is fully tested with 1:1.2
Code to Test Ratio
You can run all unit tests with:
rspec
- Doctor profile page endpoint
Having a specific feature in mind? Please Submit it
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
This project is MIT licensed.