This is the code which runs the DevCongress Jobs website, which lives at jobs.devcongress.org
Install Docker and Docker Compose (Docker Compose comes with Docker on Windows and MacOS)
Init database with docker-compose run --rm web rails db:create db:migrate db:seed
Launch docker with docker-compose up