Skip to content

This repository contains a simple Express.js server that accepts a user's name and returns a personalized greeting. The server uses two routes: one to display a form to accept user input, and another to process the input and return a greeting.

Notifications You must be signed in to change notification settings

Thriya/Express-Server-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Server Assignment

This is a simple Express server that accepts a user's name and returns a personalized greeting.

Getting Started

  1. Clone the repository using git clone https://github.com/your-username/your-repo-name.git
  2. Run node server.js to start the server
  3. Access the server at http://localhost:3001

Features

  • Accepts user input via a simple HTML form
  • Returns a personalized greeting based on user input

About

This repository contains a simple Express.js server that accepts a user's name and returns a personalized greeting. The server uses two routes: one to display a form to accept user input, and another to process the input and return a greeting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published