Mohit-3430 / CredPass

A specialized Password Manager built with MERN stack (Education purpose)
https://credpass.netlify.app/
0 stars 2 forks source link
express mern-stack mongodb nodejs reactjs

Cred Pass

A simple credentials manager built using MERN Stack, built only to learn MERN technologies. Don't save your information yet, this is under development.

Tech details

Features ref to coding

Authentication

API Features

User Settings

Vault

All the items user wants to save are stored and accessed here, currently only saves credentials of webservices or Apps.

Things under development

Direcory Structure

.
├── README.md
├── server
│   ├── server.js
│   └── src
├── client
│   ├── public
│   └── src