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
