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.
- PostgreSQL
- Ruby 2.3+
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:
git clone https://github.com/wearefuturegov/ways-into-work.git
cd ways-into-work
bundle install
cp .env.example .env
Then add the relevant environment variables to the resulting .env file
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
bundle exec rails s
The server is now running at http://localhost:3000