kjavier / marley

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Configuration:

  • You will need to provide the following as environment variables:
    • WEBHOOK_USERNAME
    • WEBHOOK_PASSWORD
    • API_ACCESS_TOKEN
    • API_SPACE
    • API_ENVIRONMENT

Run the application by executing the following command: rails s -p 3000 -b 0.0.0.0

Nice to have:

  • Autoloading of recipes on list page as user scrolls
  • There is no pagination on the frontend but pagination is applied on the backend.
  • Render custom error pages (404, 500, etc...)

About


Languages

Language:Ruby 78.8%Language:HTML 10.7%Language:JavaScript 7.1%Language:Slim 1.9%Language:CSS 1.4%