This is a Doctor's Appointment application that is intended to showcase full-stack web development skills, particularly in Ruby on Rails and React. Doctor's Appointments employs an API tied to a frontend written in React and is made using the methodology and specifications of the Capstone Project. And enables the users to sign up and book appointments with doctors. The project is a repository consisting of the following files:
git clone https://github.com/Benawi/Doctor_Appointment-Booking_App.git
cd Doctor_Appointment-Booking_App
bundle install
npm install
In the project directory, run the : npm start command
In the project directory, run:
rspec .
To configure the database connection in Rails, you need to update the database.yml file located in the config folder. Follow these steps: Locate the database.yml file in the config folder of your Rails application.
Open the database.yml file using a text editor.
Find the default: &default section in the file.
Add the following lines under the default: &default section:
host: localhost
username: your_username
password: your_password
port: 5432
Replace your username with your actual database username and your password with your actual database password.
Save the changes to the database.yml file.
Run
rails db:create
rails db:migrate
rails db:seed
npm start
π€ Falako Omotoyosi
Contributions, issues, and feature requests are welcome!
Check the issues page.
If you found this project helpful, consider giving a βοΈ!
We would like to express our deepest gratitude to all the people and institutions that have contributed to making this project possible.
This project is MIT licensed.