Skip to content
This repository was archived by the owner on Apr 18, 2019. It is now read-only.

matrus2/password-manager

Repository files navigation

Build Status Coverage Status

Passwords Manager

Usage instructions:

  1. Ensure that MongoDB server is running locally on port 27018;

  2. Inject sample data to DB by invoking:

    mongorestore --port 27018 dump
    
  3. Download and install JCE Policy:

    http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html
    
  4. Set environmental variables:

    PASS_MONGO_HOST=localhost
    PASS_OAUTH2_CLIENT_ID=your-client-id
    PASS_OAUTH2_CLIENT_SECRET=your-secret
    PASS_ENCRYPT_SECRET_KEY=your-secret
    PASS_DB_NAME=db-name
    
  5. Run application:

    mvn spring-boot:run  
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published