Git Product home page Git Product logo

my-password-manager's Introduction

Password Manager

This is a basic password manager application built using Node.js, Express, and MongoDB. The application follows a CRUD (Create, Read, Update, Delete) functionality to handle password records.

Technologies Used

  • Node.js: A JavaScript runtime environment used for server-side development.
  • MongoDB: A NoSQL database used for storing user and password records.
  • GitHub Codespaces: An integrated development environment (IDE) provided by GitHub for seamless coding and collaboration.

Dependencies

The application relies on the following dependencies:

  • axios: A promise-based HTTP client for making HTTP requests from Node.js.
  • body-parser: A middleware for parsing incoming request bodies in Express.js.
  • dotenv: A module for loading environment variables from a .env file.
  • ejs: A template engine for rendering dynamic HTML pages.
  • express: A web application framework for Node.js used for routing and middleware.
  • mongoose: An object modeling tool for MongoDB, providing a straightforward schema-based solution.
  • morgan: A HTTP request logger middleware for Node.js.
  • nodemon: A utility that monitors changes in the source code and automatically restarts the server.

Architecture

The application follows the MVC (Model-View-Controller) architecture, which promotes a clear separation of concerns and enhances maintainability and scalability.

  • Model: The model represents the data and business logic of the application. In this password manager, the models define the structure and behavior of the user and password records using Mongoose schemas.
  • View: The view is responsible for rendering the user interface. In this application, EJS templates are used to dynamically generate HTML pages and display data to the users.
  • Controller: The controller handles the application logic, acts as an intermediary between the model and view, and processes user requests. In this password manager, the controllers handle user authentication, password management operations, and interact with the models to perform CRUD operations on the database.

home_screen

image

my-password-manager's People

Contributors

navyagarwal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.