Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 633 Bytes

File metadata and controls

23 lines (16 loc) · 633 Bytes

Contacts App API

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.

Features

  • CRUD operations for contacts
  • User authentication: signup, login, logout
  • Password reset functionality
  • File uploads for contact photos
  • Pagination and search options

Documentation

For detailed API documentation, refer to the Swagger docs: Swagger Documentation

Technologies

  • Node.js
  • Express.js
  • MongoDB
  • Swagger for API documentation