An application to manage the permissions or "stamps" applied to materials as well as deputies assigned to users.
- Configure or update the ports to services in
development.rb
. - Setup the database using
rake db:setup
. Alternatively, use:
rake db:drop db:create db:migrate
- Seed the database with
rade db:seed
(first verify that your username has been added to the seed)
To execute the tests, run: bundle exec rspec
or simply rspec