Skip to content

wearefuturegov/wwc-evidence

Repository files navigation

Build Status Coverage Status License

What Works Centre - Evidence Store

A Rails app to show reviews carried out by the What Works Centre for Children's Social Care of children's social care interventions.

Development

Prerequisites

  • PostgreSQL
  • Ruby 2.4+

Setup

Clone the repo

git clone https://github.com/wearefuturegov/hackney-fostering.git

Install dependencies

bundle install

Setup database

bundle exec db:setup

Run server

bundle exec rails s

The server is now running at http://localhost:3000

CMS

The evidence store has a CMS located at /admin. The seed task sets up a user with the username dev@wearefuturegov.com and password Password123. You can set up additional users in the admin too.