Skip to content

Ashadeep2002/PassMan-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PassMAN — Backend API (Node.js + Express + MongoDB)

A robust and lightweight REST API handling encrypted password storage, built with Express.js and powered by MongoDB Atlas.


🚀 Live API Endpoint

🔗 Backend Deployment: https://passman-backend-9yfg.onrender.com/


🧩 Overview

The PassMAN Backend exposes essential API routes that allow the frontend to store and retrieve password entries. It uses MongoDB Atlas for persistent storage and includes basic CRUD operations.


🛠️ Tech Stack

Node.js

Express.js

MongoDB Atlas

dotenv for environment variables

CORS for cross-origin access

Render for server deployment


✨ API Endpoints

Method Route Description GET / Fetch all stored passwords POST / Insert a new password entry DELETE / Delete an existing password by ID


📁 Project Structure

Backend/ ├── server.js ├── package.json ├── .env └── node_modules/


📜 License

MIT License — open for public use.

About

PassMAN is a full-stack password manager application built with React (Vite), Node.js, Express, and MongoDB Atlas that allows users to securely store, manage, and delete passwords through a responsive UI with REST API integration and database storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors