Skip to content

VagrantApe/schwagTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schwag Tracker

By Andrew Thul, Craig Lucksted and Ramin Sedighi.

Description

This rails app attempts to replace a previously used spreadsheet in order to track how much gear CodeFellows has in stock.

Installation

Run the following command from within the blank_canvas directory to install it:

bundle install

Prepare your database:

rake db:setup

Prepare your seed data:

rake db:seed

For use in a local server run:

rails s

Then use this url to access the app in your browser:

localhost:3000

Otherwise put into production with whetever public server you prefer, Heroku for instance.

Authors

  • Andrew Thul
  • Craig Lucksted
  • Ramin Sedighi

Collaborators

  • Brook Riggio
  • John Jensen
  • Andre Smith
  • Mike Elliot
  • Tyler Morgan

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT License

About

An online inventory system for Codefellows merchandise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published