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
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