Skip to content

Open source password manager, designed as a progressive web application (PWA)

License

Notifications You must be signed in to change notification settings

tristan-greffe/passwise

Repository files navigation

Passwise - Password Manager

Project Banner

awesome stars license

About the Project

Open source password manager, based on the FeathersJS & ReactJS frameworks.

Tech Stack

My Skills

Getting Started

Step 1: set the required environment variables

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

Step 2: installing

From source code

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

Using Docker

// Retrieve the latest available dev tag
docker pull codask/passwise:dev

Note

Then point your browser to localhost:8081

Contributing

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!

  1. Fork it! 🤙

  2. Create your feature branch: git checkout -b my-new-feature

  3. Commit your changes: git commit -m "Add some feature"

  4. Push to the branch: git push origin my-new-feature

  5. Submit a pull request 👍

License

This project is licensed under the MIT License - see the license file for details

About

Open source password manager, designed as a progressive web application (PWA)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published