Run the App
Now, We can start the server for making API calls.
node server.js
Once you run "node server.js" in your terminal, your server gets started, and you are ready to make API calls. The server.js file contains the code that initializes and configures your server, setting it up to listen for incoming requests. By executing this command, you kickstart the server, and it begins actively listening for API requests on the designated port.
Finally, Navigate to http://localhost:3000 You will able to see the Signup page.

Note: The authentication module mentioned in this project is provided solely as a recommendation for the project structure. While we highly encourage its use and integration according to your architecture pattern.
11
