Summary and Next Steps
Review the concepts learned and projects built in this course.
We'll cover the following...
What have we covered?
Let’s quickly summarize what we’ve learned in this course.
Press + to interact
We started our course with a quick refresher on Node.js and Express.js. We mainly looked at how promises and
async
-await
work, explored the HTTP and FS module in Node.js, and created our own modules. We also learned how the GET and POST APIs are implemented using Express.js, along with the query and path parameters. ...