- π Table of Contents
- Doctors-appointment-backend
This web application is the API that serves as the backend to the Doctors-appointment-frontend Also, it's used for booking doctor appointments.
Repository | Pull request |
---|---|
Repo link >> | Pull request Here >> |
Route | URL |
---|---|
/users | https://doctor-t64q.onrender.com/api/v1/users |
/doctors | https://doctor-t64q.onrender.com/api/v1/doctors |
/appointments | https://doctor-t64q.onrender.com/api/v1/appointments |
URL |
---|
https://doctorsfinal.netlify.app/ |
URL |
---|
https://github.com/users/dialite/projects/10/views/1 |
Final Number of Team members:
03
Server
Database
- API that sends information about reservations, appointments, book new appointments
In order to run this project you need:
-
Ruby on Rails installed and running. To get more information, read the installation guide.
-
PostgreSQL installed and running
Clone this repository to your desired folder:
git clone https://github.com/dialite/Doctors-appointment-backend.git
Install the project dependencies with:
bundle install
To setup the database on your local machine run the following code commands below
rails db:create
rails db:migrate
rails db:seed
To run the project, execute the following command:
rails s
To run tests, run the following command:
rspec
To run tests, run the following command:
Rubocop --color
Rubocop -a
π€ ITALO
- GitHub: @storres20
- Twitter: @italolonkan
- LinkedIn: LinkedIn
π€ Raymond Olisa
- GitHub: @dialite
- Twitter: @raymondolisa01
- LinkedIn: Raymond Olisa
π€ Boaz Aduda
- GitHub: @Aduda-Boaz
- Twitter: @BoazAduda
- LinkedIn: Boaz Aduda
- Add new routes
- Improve UI
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project and want to support me make cooler projects Give this project a Star.
I would like to thank Microverse community.
Original idea by Murat Korkmaz.
Original design Vespa-Responsive-Redesign
This project is MIT licensed.