🚀 Node User Management API

Welcome to the backend system for managing users.

This RESTful API allows you to:

GET /users – List all users
GET /users/:id – View user details
POST /users – Register a new user
PUT /users/:id – Update user information
DELETE /users/:id – Delete a user

Access your API at: https://nodeapi.amankhalsa.in

Built with ❤️ by Amanpreet Singh Khalsa