Events Registration Backend

Live Server

Requirements

  • Node.js
  • MongoDB

Endpoints

Events

  • GET /api/events - Get a list of all events with pagination.

Participants

  • GET /api/participants/:id - Get member by ID.
  • GET /api/participants/:id/filter - Filter participants by criteria.
  • POST /api/participants/:id - Add a new participant.

Technologies

express git javascript mongodb nodejs postman postman