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 georbo2310@gmail.com for further queries!
Client: React, MaterialUI, Axios
Server: Node, Express, MongoDB, Cryptr
Clone the project
git clone https://github.com/GeoBrodas/aws-password-manager.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start