chadmetcalf / workshop_survey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop survey

test

Getting Started

  • Clone the repo locally
  • Copy .env.sample to .env
    • generate development secret key
    • Add your user (Used by seeds file)
  • Setup the databases: bin/rails db:setup
    • Creates the database (postgresql)
    • Migrates the database
    • Seed the database
  • bin/rails server

Guidelines

Use the following guides for getting things done, programming well, and programming in style.

Deploying

About


Languages

Language:Ruby 69.0%Language:HTML 28.4%Language:Shell 1.3%Language:JavaScript 1.1%Language:CSS 0.2%