An open API service indexing awesome lists of open source software.

https://github.com/mapledevjs/building-website-nodejs-express

Learn how to build a basic application in minutes, transform HTML into dynamic pages, leverage template engines to modularize code, add routing and business logic, handle errors, store form data, and create API endpoints for single-page applications.
https://github.com/mapledevjs/building-website-nodejs-express

express node

Last synced: about 2 months ago
JSON representation

Learn how to build a basic application in minutes, transform HTML into dynamic pages, leverage template engines to modularize code, add routing and business logic, handle errors, store form data, and create API endpoints for single-page applications.

Awesome Lists containing this project

README

          

# Learning objectives

- Creating a basic Express.js application
- Serving HTML pages and static content
- Creating routes
- Using templates
- Handling errors in Express.js
- Handling POST requests
- Storing form data