Home

index.js

This server provides REST API endpoints for user registration, login, account deletion, and basic post management functionality. It uses MongoDB for data persistence and JWT for authentication.

Version:
  • 1.0.0
Author:
  • Your Name
Source:

mongodb/mongodb.js

This module handles all database operations including user management, post management, and email verification using external APIs.

Version:
  • 1.0.0
Author:
  • Your Name
Source:

Requires

  • module:mongodb
  • module:mongoose
  • module:bcryptjs
  • module:jsonwebtoken
  • module:axios