Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 526 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 526 Bytes

What it does

Allows Admins to manage inventory to track who is using what, e.g. lockers, offices..

  • allow creation of groups of inventory items
  • enable assignment of memberships to inventory items (one member to many items)

Deployment

The app is currently automatically deployed on heroku as officespace

Setup

  • setup DB
    • you need to have postgres installed
    • rails db:create
    • rails db:schema:load

Testing

Test can be run via bundle exec rake