Skip to content

Piwallet is a open-sourced project for storing your credentials securely.

Notifications You must be signed in to change notification settings

pvcodes-zz/pi_wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi Wallet

Safely store your password with 2 layer encryption.

Soon, will be deployed..

Screenshot

Features

  • Login and Signup
  • Save your Credentials with 2 layer encryption

How to host locally:

  • Clone this repo using git clone https://github.com/pvcodes/pi_wallet.git
  • cd pi_wallet
  • Add the tokens in a .env file in the project root as follows: (The MongoDB database tokens)
DB_UNAME=<DB_Username>
DB_PSWRD=<DB_Password>
DB_CLUSTER=<DB_Cluster_Name>
DB_NAME=<DB_Name>
  • Install the pipenv via pip install pipenv and then run:
pipenv install
  • Enjoy!, also you may do bug-reporting or ask for help by just open an issue on this repo.

How to contribute

Before contributing, here is some information that might help your PR (Pull Request) get merged.

To contribute changes follow these steps:

Note: Make sure you have been assigned the issue to which you are making a PR. If you make PR before being assigned, It will be labeled invalid and closed without merging.

  1. Add a upstream link to main branch in your cloned repo
git remote add upstream https://github.com/pvcodes/pi_wallet.git
  1. Keep your cloned repo upto date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)
git pull upstream master
  1. Create your feature branch
git checkout -b <feature-name>
  1. Commit all the changes
git commit -am "Meaningful commit message"
  1. Push the changes for review
git push origin <branch-name>
  1. Create a PR from our repo on Github.

How to report a bug

Submit an issue on GitHub and add as much information as you can about the bug, with screenshots of inputs to the bot and bot response if possible (if the issue is regarding bugs).

Stack Used:

  • Python3
  • Flask
  • A bunch of flask modules
MIT license

About

Piwallet is a open-sourced project for storing your credentials securely.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published