/topicstarter

Freefeed Conversation Club Topic Starter

Primary LanguageRuby

Freefeed Conversation Club Topic Starter

Deploy

How to use:

Running locally:

bundle
bundle exec rails server

Running with Docker:

docker build . -t topicstarter
docker run --rm -ti -v $PWD:/usr/src topicstarter bash
bundle
bundle exec rails test

Configuration:

  • In development environment questions will be loaded from db/questions.txt under project root.
  • In production exnvironment questions will be loaded from ENV['QUESTIONS_SOURCE_URL'].
  • In both cases each non-empty line from the text file will be treated as a separate question.