drapergeek / findit

A basic website for managing inventory and ticketing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Code Climate

Introduction

This is an inventory system that was originally designed for Virginia Tech Rec Sports. It has been modified slightly to make it more generic and up to date.

Development Setup

  bin/setup

Testing Setup

  rake #This runs the full test suite minus the old Unit Tests

Deploying a new instance

  • heroku create
  • git push -u heroku master
  • heroku run rake db:setup
  • heroku run console - update the first user with actual information
  • set all the ENV variables from the .env file

About

A basic website for managing inventory and ticketing.


Languages

Language:Ruby 71.4%Language:HTML 25.1%Language:CoffeeScript 2.4%Language:CSS 0.7%Language:Shell 0.5%