Skip to content

shick/expressApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expressApplication


My first Express application for learning purposes.


NOTE: Node.js is needed!

Installation

Setting up the project requires some steps:

  1. Clone this repo

  2. Install all dependencies

npm install

Run the application

Go to root folder of the project and execute the command

node server.js

If everything is ok, you can see in the terminal the message

Server running at http://localhost:3000/

This trivial project simply checks in the URL the presence of 'name' parameter. If 'name' is setted, the result is Hello 'name' otherwise the result is What is your name?

About

My first Express application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published