This is part of the Forms Project in The Odin Project’s Ruby on Rails Curriculum. Find it at The Odin Project
To get started with the app, clone the repo and then install the needed gems:
$ bundle install --without production
Next, migrate the database:
$ rails db:migrate
You are ready to run the app in a local server:
$ rails server