A robust and lightweight REST API handling encrypted password storage, built with Express.js and powered by MongoDB Atlas.
🔗 Backend Deployment: https://passman-backend-9yfg.onrender.com/
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.
Node.js
Express.js
MongoDB Atlas
dotenv for environment variables
CORS for cross-origin access
Render for server deployment
Method Route Description GET / Fetch all stored passwords POST / Insert a new password entry DELETE / Delete an existing password by ID
Backend/ ├── server.js ├── package.json ├── .env └── node_modules/
MIT License — open for public use.