npm start
start server- Navigate to: http://localhost:3000/hello (should returned an undefined greeting)
- Navigate to: http://localhost:3000/login (should error)
- http://localhost:3000/login?name=yourname (set a cookie via a parameter)
- Navigate to: http://localhost:3000/hello (should be greeted based on the name provided as your parameter)