sendRetrieve is a full-stack web application that allows users to send temporary data such as messages and files.
- Send data with a unique 4-digit ID.
- Retrieve data by entering the unique ID.
- Supports sending and retrieving data such as files, images, audio, and videos.
- Automatic deletion of stored data after 24 hours to ensure privacy and save storage.
- Simple and clean user interface.
Frontend: HTML, CSS, JavaScript
Backend: Node.js, Express.js, Multer
Database: MongoDB
-
cd sendRetrieve
-
npm install
-
npm start

