๐Ÿงพ Project Prompt (Assignment)

Crea una API REST en Node.js que permita gestionar usuarios (crear, listar, actualizar y eliminar).

Los datos pueden almacenarse en memoria o en un archivo JSON.

You are hired to deliver a small production-style REST API for managing users.

Build a REST API that supports a Users resource with full CRUD and clean conventions.

Requirements

๐Ÿ›  Tools (Tech Stack)

๐Ÿ’ก Implementation Hints