WeatherVane is a demo weather app.
- Ruby 3.3.1
bundlergit
Also recommended:
- After cloning the repo, navigate to the root and
bundle installto install gem dependencies. - Once that completes, set up the database by running
bundle exec rails db:setup.
You should be good to go! Run the app with bundle exec rails s.
Run tests with bundle exec rspec.
Before merging to main, please make sure to run the linter and fix any violations: bundle exec rubocop
Architecture Decision Records (ADRs) and diagrams can be found in the architecture directory.