Skip to content

The Team751 Lab Management System. It includes our team shopping list and a catalog of all our parts and screws. You can type in the name of a part/screw and it will tell you where it is.

Notifications You must be signed in to change notification settings

team751/BarnOwl

Repository files navigation

README

Things you will need:

  • Elastic Search

  • MongoDB

  • Ruby

  • Rails 4

To make a new user account, use the rails console:

u = User.new()
u.email = "emailhere"
u.password = "passwordhere"
u.password_confirmation = "passwordhere"
u.roles = ["admin", "leader"]
u.save

About

The Team751 Lab Management System. It includes our team shopping list and a catalog of all our parts and screws. You can type in the name of a part/screw and it will tell you where it is.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published