Closed barodeur closed 9 years ago
Hey, welcome on github !
Here is you first asignment.
I want a server that listen to the PORT environment variable and that respond to GET /hello?name=Paul by "Hello Paul !"
PORT
GET /hello?name=Paul
Oh, and I forgot I want to check the code before you push to the master branch so please create a pull request for this assignment.
master
well done :balloon:
Hey, welcome on github !
Here is you first asignment.
I want a server that listen to the
PORT
environment variable and that respond toGET /hello?name=Paul
by "Hello Paul !"