Skip to content

wazery/h-task-be

Repository files navigation

Painter task

You can find it in a submodule from this repo.

Tentative Time: 1.5 hours

Backend Rails Task

Heroku Deployed version

You can just go to this Heroku application to check the deployed version.

Setup

  1. bundle
  2. rake db:migrate
  3. rake db:seed
  4. rails s

Note: Please make sure your Postgres is up and running.

Tentative Time: 3 - 4 hours (have done lots of things while working in parallel :D)