📄️ 📓 Authentication Endpoints
MongoNext provides a set of API endpoints for authentication, powered by NextAuth.js. These endpoints handle login, logout, registration, and session management.
📄️ 🛍️ Product Endpoints
MongoNext provides RESTful API endpoints for managing products in your catalog. These endpoints support listing, retrieving, creating, updating, and deleting products.
📄️ ✍️ Blog Endpoints
MongoNext provides RESTful API endpoints for managing blog posts. These endpoints support listing, retrieving, creating, updating, and deleting blog articles.
📄️ 📓 User Endpoints
MongoNext provides RESTful API endpoints for managing users. These endpoints support listing users, retrieving user details, updating user info, and deleting users (admin only for sensitive actions).
📄️ 📓 General
This section covers general usage patterns, authentication, error handling, and best practices for working with the MongoNext API.