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.
- Host: GitHub
- URL: https://github.com/mapledevjs/building-website-nodejs-express
- Owner: mapleDevJS
- Created: 2021-05-14T14:27:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T14:20:56.000Z (over 1 year ago)
- Last Synced: 2025-04-28T16:06:47.361Z (11 months ago)
- Topics: express, node
- Language: HTML
- Homepage:
- Size: 7.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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