Web Based Password Manager
- clone repo (
git clone https://github.com/password-manager/password-manager.git
) - change directory to app (
cd password-manager
) - edit database.yml and .env if You like
- run the following commands to install necessary gems and populate database
bundle install
rake db:create
rake db:migrate
rake db:seed
- visit http://lvh.me:3000/ to see the results (use the credentials from .env)
- run
rake test
to check if tests run properly - create/edit/destroy/read entries using API