A simple site where people can leave messages.
Features:
- Ability to see all messages left
- Provide a form to leave new messages
This repository contains a pretty empty application. To install the dependencies, run:
$ bundle
Once that is finished, you can run the app with:
$ ruby app.rb
- Persist the messages to a database (such as PostgreSQL, using ActiveRecord) or a key-value store (such as Redis, like this)
- User authentication (NOTE: This is likely not going to be easy)