Open source password manager, based on the FeathersJS & ReactJS frameworks.
ENV | Description | Required |
---|---|---|
GMAIL_USER |
Email used for gmail account | yes |
GMAIL_PASWORD |
Password for gmail account | yes |
GOOGLE_CLIENT_ID |
Customer ID for google authentication | no |
GOOGLE_CLIENT_SECRET |
Customer secret key for google authentication | no |
git clone https://github.com/tristan-greffe/passwise.git
// Run the server/API
cd passwise/api
yarn install
yarn dev
// In another terminal run the client app
cd passwise
yarn install
yarn dev
Note
Then point your browser to localhost:8080
// Retrieve the latest available dev tag
docker pull codask/passwise:dev
Note
Then point your browser to localhost:8081
Contributions are always welcome!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
-
Fork it! 🤙
-
Create your feature branch:
git checkout -b my-new-feature
-
Commit your changes:
git commit -m "Add some feature"
-
Push to the branch:
git push origin my-new-feature
-
Submit a pull request 👍
This project is licensed under the MIT License - see the license file for details