This README would normally document whatever steps are necessary to get the application up and running.
Ruby version: 3.2.2
To run the application:
- Fork this repository.
- Clone this repository.
- Run the database creation and migrations.
rake db:create rake db:migrate rake db:seed - Set up the backend server on port 3001.
rails server -p 3001 - Copy the URL of the backend API into the url.tsx file of "sample-react-app" repository