Skip to content

A Hackney Council project prototyping a new pilot scheme for helping Hackney residents into work

License

Notifications You must be signed in to change notification settings

userman123/ways-into-work

 
 

Repository files navigation

Build Status Coverage Status License

Hackney Works

Hackney Works is a free service that provides coaching and advice to Hackney residents who are looking for work.

This digital tool allows residents to sign up for the service, and enhances the face to face service offered by advisors, letting them see information about the client, book appointments, send reminders and mark key goals and achievements.

Development

Prerequisites

  • PostgreSQL
  • Ruby 2.3+

Setup

The setup process does a standard Rails setup but also creates some Advisor/Team Leader users and some dummy client data. If you'd like to have a play:

Clone the repo

git clone https://github.com/wearefuturegov/ways-into-work.git
cd ways-into-work

Install dependencies

bundle install

Setup environment variables

cp .env.example .env

Then add the relevant environment variables to the resulting .env file

Setup database

cp config/database.yml.example config/database.yml
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake db:seed # creates a test admin user and adds some schemas and documents

Run server

bundle exec rails s

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

About

A Hackney Council project prototyping a new pilot scheme for helping Hackney residents into work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 49.9%
  • HTML 25.5%
  • CSS 17.2%
  • JavaScript 4.3%
  • Gherkin 3.1%