Giter VIP home page Giter VIP logo

password-manager's Introduction

๐Ÿ” Password Manager

NodeJS Express.js MongoDB JWT Git GitHub GitHub Actions Vercel

About

This Password-Manager REST API allows users to securely store and manage their passwords in a centralized database. With this API, users can create, update, delete, and retrieve their password records using HTTP methods. It provides a convenient and secure way to organize and access sensitive information.

Tech/Framework used

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js and npm installed
  • MongoDB installed and running

Installation

To install the Password-Manager, follow these steps:

  1. Clone the repository:

    git clone <repo-link>
  2. Navigate to the project directory:

    cd <app-directory>
  3. Install dependencies:

    npm install
  4. Set up environment variables: To run this project, you will need to add the following environment variables to your .env file
    HOST=
    PORT=
    DATABASE=
    DATABASE_PASSWORD=
    SECRET_KEY=
    EXPIRE_IN=
    JWT_COOKIE_EXPIRES_IN=
    EMAIL_USERNAME=
    EMAIL_PASSWORD=
    EMAIL_HOST=
    EMAIL_PORT=

  5. Start the application:

    npm run start

Usage

Once the application is up and running, you can visit http://localhost:<port> or deployed link in your api-testing tool like postman to explore the application

API

Password-Manager provides a RESTful API to performe various actions. You can find the API documentation here ๐Ÿ”—.

Features

  • User registration and authentication
  • Sign up, Log in, Logout, Update, and reset password.
  • crud operations for passwords to each user

To Do

  • make a more-secure login approach
  • replace mail transporter with real one
  • set password generator

password-manager's People

Contributors

ahmedhindawi avatar mhmadalaa avatar nayra000 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.