Can someone help me with this ,its like i didn't understand. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone help me with this ,its like i didn't understand.

Order the procedure of setting up a NestJS back-end application with a /hello route that is designed to print out the words "hello everyone!". The route the user will hit will look something like this: https://www.xyz.com/hello Scaffold the NestJS application in the terminal Open the hello controller add a string return type to the hello route Scaffold the /hello route Locate the /hello folder within the application Return "hello everyone!" in the /hello route code block

1st Jun 2020, 5:46 AM
Kelvin Onwonga Morara Tona
Kelvin Onwonga Morara Tona - avatar
1 Answer
+ 1
Scaffold the NestJS application in the terminal Scaffold the /hello route Locate the /hello folder within the application Open the hello controller add a string return type to the hello route Return "hello everyone!" in the /hello route code block
2nd Jun 2020, 7:51 AM
Kelvin Onwonga Morara Tona
Kelvin Onwonga Morara Tona - avatar