Skip to content

MWMWM/password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

password-manager

Web Based Password Manager

How to set up

  1. clone repo (git clone https://github.com/password-manager/password-manager.git)
  2. change directory to app (cd password-manager)
  3. edit database.yml and .env if You like
  4. run the following commands to install necessary gems and populate database

bundle install

rake db:create

rake db:migrate

rake db:seed

  1. visit http://lvh.me:3000/ to see the results (use the credentials from .env)
  2. run rake test to check if tests run properly
  3. create/edit/destroy/read entries using API

About

Web Based Password Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published