cat > README.md << 'EOF'
A simple REST API built with Node.js and Express.
| Method | Endpoint | Description |
|---|---|---|
| GET | / | Welcome message |
| GET | /users | Get all users |
| GET | /users/:id | Get user by ID |
| POST | /users | Create a new user |
npm install
node index.jsServer runs at http://localhost:3000
- Node.js
- Express