Set up dev environment

Set up database

  • bundle exec rake db:reset
  • bundle exec rake db:fixtures:load

Run servers

  • Run backend server: rails s
  • Open http://localhost:3000/ in a browser.

Improve the web app

  • Search for the word TODO within the project
  • Follow the instructions on the TODO and implement as many as you can
  • Also fix any bug that you find
  • Also improve any code that is confusing and repetitive
  • UI is not important, no need to improve the UI.

Submit your changes

  • Fork this repository
  • Commit and push your changes
  • Make a PR from your fork to this repository
  • Send us an email