danbourdier / class_scheduler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class Scheduler Application

Problem: There is a strong demand from immigrants for naturalization classes in NYC. There is also a large supply of volunteers offering to teach such classes. The bottleneck is that connecting immigrants and volunteers is done manually by non-profit staff, who do not have the capacity to provide matching/scheduling services.

Purpose: Build a Rails app that lets clients schedule naturalization classes with volunteers.

Get started

  • $ bundle install
  • $ yarn install
  • $ rake db:create RAILS_ENV=development
  • $ rake db:migrate RAILS_ENV=development
  • $ rake db:seed
  • $ rake assets:precompile
  • $ foreman start

SSL certificates

are provided by Let's Encrypt via the use of certbot on the server

About


Languages

Language:JavaScript 69.6%Language:Ruby 23.9%Language:CSS 3.7%Language:HTML 2.8%Language:CoffeeScript 0.0%