Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 1.62 KB

README.md

File metadata and controls

61 lines (35 loc) · 1.62 KB

Made with React❤

This project was bootstrapped with Create React App.

Issues Forks Stars MIT license Tweet

Secure Password Manager: MERN stack app- Using Cryptr Encryption Package

A secure Password Manager which stores passwords in the encrypted form inside the database to avoid the leak of sensitive information.

Contributing

Contributions are always welcome!

Give a ✨, or clone the repo and start working in your local repository.

Ping [email protected] for further queries!

Tech Stack

Client: React, MaterialUI, Axios

Server: Node, Express, MongoDB, Cryptr

Run Locally

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

Support