globalavocado / give-me-my-data

NHS Hackday project: platform for downloading your own NHS data across various records

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Give Me My Data is a demo built for NHS Hackday on the 30th of June to 1st of July 2018.

See the site at http://bit.ly/mynhsdata.

Dev set-up

  • Install Ruby, minimum version 2.4

  • Install SQLite

  • Check out the project

  • Create a database user:

  • Run bundle install

  • Run rails db:setup

  • Run rails db:migrate

  • Run rails server to start the all

Update server database from csv file

heroku run rake csv:load

About

NHS Hackday project: platform for downloading your own NHS data across various records

License:MIT License


Languages

Language:Ruby 47.7%Language:HTML 41.0%Language:CSS 8.9%Language:JavaScript 2.1%Language:CoffeeScript 0.3%