This is a RESTful API for managing contacts, providing endpoints for creating, reading, updating, and deleting contacts. The API is secured with JWT-based authentication.
- CRUD operations for contacts
- User authentication: signup, login, logout
- Password reset functionality
- File uploads for contact photos
- Pagination and search options
For detailed API documentation, refer to the Swagger docs: Swagger Documentation
- Node.js
- Express.js
- MongoDB
- Swagger for API documentation