A very simplistic Q & A tool.
For the purposes of demonstration, there is no authentication or user model in this application - user identities are a simple cookie set containing a UUID.
$ bundle install
$ rails db:setup
$ bin/dev
$ bundle exec guard
- PostgreSQL