/devpass

Password Manager for Developers (Work in Progress)

Primary LanguageJavaScript

Random Lock Logo

DevPass (Work in Progress)

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.

Installing / Getting started

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.

Developing

Built With

Prerequisites

Ruby 2.4.1, Rails 5.1+, PostgreSQL 9.6.3

Tests

Work in Progress.

Licensing

This project is released under the MIT License