Express Web Server
Learn how to use the Express framework to create web applications. Review the Express Projects PowerPoint Presentation. After that, complete the Express Server Code-Along Activity, and start working on the Express Server Individual Exercises. Beyond that, attempt the Express POST Challenge.
Express Projects PowerPoint Presentation
Express Server Code-Along Activity
Follow the instructions on this page to create a web application using Express. It is similar to the regular Node.js application, but the code is ultimately much simpler.
Express Server Individual Exercises
After completing the code-along activity, work on the exercises on this page to build on the Express server.
Express POST Challenge
Once the individual exercises have been completed, learn how to use POST requests in Express by attempting the challenge on this page.