Skip to content

tnedlacer/pw_exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PwExchange

WEB application for exchange password

Quick Start

$ git clone https://github.com/tnedlacer/pw_exchange.git
$ cd pw_exchange
$ bundle install --path vendor/bundle
$ bin/generate_rsa_key
$ bundle exec rake db:migrate
$ bundle exec rails s -p 3000 -d

Licence

MIT

Author

tnedlacer