Skip to content

Calined/IronhackTest2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ironhack Express.js assignment

A simple website in Express.js with 2 different pages:

1st page URL: "http://localhost:3000/"
===> displays a form with a student name input that will redirect to the 2nd page
2nd page URL: "http://localhost:3000/students/:studentName" (example: "http://localhost:3000/students/John")
===> displays a simple message with the name of the student (example: "Hello John")

Getting Started

  1. Clone this into a directory
  2. open a command prompt
  3. change directory to the directory cd C:\YourDirectory
  4. start nodemon nodemon
  5. navigate your browser to "http://localhost:3000/"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published