In this lab, you will learn how to create routes inside an Express application. A route is an Express application's endpoint that responds to a client's request. Routes use RESTful API methods. You will create three routes for this lab. If this is your first time working on the new express lab, make sure to watch the Introduction to Cloud Academy Coding Labs Video.
Upon completion of this beginner, you will be able to:
Completion of the following content is strongly recommended before attempting this lab: