chiu / wait-less

Spend less time in walk-in medical clinic lineups! An app to help people 'wait less' and feel carefree and 'weightless'. Made during StartupScrums Hackathon. Hackathon hosted by Procurify and BrainStation. Front end half the project can be found at: https://github.com/jsivakumaran/medical-clinic-front-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Made for the Procurify Hackathon

JSON API: http://0.0.0.0:3000/api/appointments

Legend


enum and model names
students = users
organizations = vip
our staff = admin
patients clinics

Getting Started

  1. Install Rails at the command prompt if you haven't yet:

     gem install rails
    
  2. At the command prompt, create a new Rails application:

     rails new myapp
    

    where "myapp" is the application name.

  3. Change directory to myapp and start the web server:

     cd myapp
     rails server
    

    Run with --help or -h for options.

  4. Using a browser, go to `http://localhost:3000

About

Spend less time in walk-in medical clinic lineups! An app to help people 'wait less' and feel carefree and 'weightless'. Made during StartupScrums Hackathon. Hackathon hosted by Procurify and BrainStation. Front end half the project can be found at: https://github.com/jsivakumaran/medical-clinic-front-end


Languages

Language:CSS 47.2%Language:JavaScript 44.5%Language:Ruby 6.2%Language:HTML 2.1%Language:CoffeeScript 0.1%