Skip to content

drapergeek/findit

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published