Welcome to the Demo Node.js Application

This is a simple demonstration of a Node.js app with Express.js, featuring both frontend and API endpoints.

API Demonstration

Server Status


            

Users Management


                
                

Add New User


                

API Endpoints

  • GET /api/hello - Simple greeting message
  • GET /api/status - Server status and info
  • GET /api/users - Get all users
  • POST /api/users - Create a new user