-
Ruby version ruby 3.1.2
-
Rails version Rails 7.1.3.4
-
Environment variables: Stored in .env file for local development and testing
Clone the repository, and follow these steps in order. The instructions assume you have the correct version of ruby installed on your machine. If not, please install all this first.
1. Pre-requirements
bundle install
2. Run the app locally
Once all the above is done, you should be able to run the application as follows:
rails server
3. Tests
To run the test suite, run bundle exec rspec.