Eventill an opensource event management app.
Production/Demo: https://eventill.co/
Prerequisites
- Ruby 3.2.2
- Sqlite3 3.39.5
- Rails 7.1
bundle install
yarn install
I used Rspec.
To check the coverage, you have to run the test first. Then, the gem Simplecov create a directory called coverage in the root. You can open the index.html to check it.
bundle exec rspec ./spec
- Ruby on Rails (backend)
- React (frontend)