This project was bootstrapped with Create React App.
A secure Password Manager which stores passwords in the encrypted form inside the database to avoid the leak of sensitive information.
Contributions are always welcome!
Give a ✨, or clone the repo and start working in your local repository.
Ping [email protected] for further queries!
Client: React, MaterialUI, Axios
Server: Node, Express, MongoDB, Cryptr
Clone the project
git clone https://github.com/GeoBrodas/aws-password-manager.gitGo to the project directory
cd my-projectInstall dependencies
npm installStart the server
npm run start