Express and APIs
4 lessons in the Node.js course.
Full Node.js course · Search this topic · Web
- Express IntroInstall Express and define simple GET routes that send text or HTML.
- MiddlewareRun shared logic on requests: logging, JSON parsing, and custom checks.
- JSON APIsBuild small JSON endpoints for create/read style practice without a database.
- Environment VariablesConfigure ports and secrets with process.env and keep secrets out of source control.