This project is a basic CRUD (Create, Read, Update, Delete) API implementation. It serves as a foundational example of RESTful API development using best practices.
"Learning is any change in a system that produces a more or less permanent change in its capacity for adapting to its environment."
— Herbert Simon
- ✅ Create new records
- 📥 Read existing data
- ✏️ Update existing entries
- ❌ Delete records
- 🔒 Follows REST principles
- Backend: Node.js / Express.js
- Database: MongoDB
- API Format: JSON-based REST API
- HTTP Client (optional): Postman / Insomnia
