Assignment Description If you have not already, create a GitHub repository for your work. In this class, you will never submit code of any kind; you will always submit links to your work. You will always use the following tools: GitHub to store your code Render to deploy your code YouTube to demonstrate the functionality of your code If you use other tools to store, deploy or demo your code, you will not receive a grade.
Create a GitHub repository Use npm init to start a new node project from scratch Create a web server Create a route in your server that will return your the name of someone you know. If requested through the browser, you should see this data on the screen as shown in the image below:
Personal notes:
LOCALHOST: (check the schemes in swagger.js) "host": "localhost:8080", "basePath": "/", "schemes": [ "http" ],
RENDER: (check the schemes in swagger.js) "host": "sokanred341-personal-assignment.onrender.com", "basePath": "/", "schemes": [ "https" ],