Skip to content

Password Manager for Developers (Work in Progress)

Notifications You must be signed in to change notification settings

noahramey/devpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Password Manager for Developers (Work in Progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published