This is a simple Express server that accepts a user's name and returns a personalized greeting.
- Clone the repository using
git clone https://github.com/your-username/your-repo-name.git - Run
node server.jsto start the server - Access the server at
http://localhost:3001
- Accepts user input via a simple HTML form
- Returns a personalized greeting based on user input