Password Manager for Developers
DevPass is a password manager made specifically with Developers in mind. As of right now, this is mainly for practice using a languages without relying on many frameworks. Styled to look like the Atom text editor with the "One Dark" UI and Syntax themes.
There is no live version currently, so be sure to clone, setup the database locally (PostgreSQL required), and start the server.
$ git clone https://github.com/noahramey/devpass.git
$ cd devpass/
$ rails db:create db:migrate
$ rails s
The application will be available at localhost:3000.
Ruby 2.4.1, Rails 5.1+, PostgreSQL 9.6.3
Work in Progress.
This project is released under the MIT License