Skip to content

Latest commit

ย 

History

History
37 lines (19 loc) ยท 953 Bytes

File metadata and controls

37 lines (19 loc) ยท 953 Bytes

๐Ÿ“ฑ CRUD App with Twilio Notifications & Call Integration

A full-stack CRUD application where users can Create, Read, Update, Delete records and receive real-time notifications via Twilio SMS and automated voice calls.

Additionally, the app supports file uploads with Multer, storing files on Cloudinary, and automatically cleaning up temporary files using fs.

โœจ Features

๐Ÿ”น Full CRUD operations (Create, Read, Update, Delete)

๐Ÿ”น SMS notifications with Twilio

๐Ÿ”น Automated Call integration with custom messages

๐Ÿ”น RESTful API design

๐Ÿ”น Clean & responsive UI (React frontend)

๐Ÿ”น Node.js + Express backend with MongoDB (Mongoose ORM)

๐Ÿ”น File upload with Multer โ†’ Cloudinary storage

๐Ÿ”น Temp file cleanup using fs.unlink

๐Ÿš€ Tech Stack

Frontend: React.js

Backend: Node.js + Express.js

Database: MongoDB + Mongoose

Notifications: Twilio API (SMS + Voice Call)

File Uploads: Multer + Cloudinary

File Cleanup: fs module