We’ll use the @Controller() decorator to create the Signup and Signin routes, passing the api URL. We’ll also create a UserController class with a constructor function where we’ll create variables for the userService class and the JwtService class. Now that we’ve installed the dependencies, let’s set up the Nest server by creating additional folders in …