Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.54 KB

README.md

File metadata and controls

68 lines (43 loc) · 1.54 KB

Building a Website using Express

Status

⚠️ This is a work in progress. The material for this session is subject to change.

Description

Who is this session for?

This session is aimed at beginners that want to build a Website using Express. Most concepts from this guide should apply to similar Web Frameworks (such as Fastify).

What does this session cover?

This session will cover the following topics:

  • Overview of the Request/Response model
  • What is a Web Framework and why do you need one
  • Why Express?
  • Installation and Setup of Express
  • Creation of a Web Server
  • Responding to requests
  • Serving static assets
  • Writing tests for a Website
  • Deploying a Website

Requisites

  • Basic HTML, CSS and JavaScript knowledge.

Lessons

Lesson 1: The Request/Response model

Lesson 2: Web Frameworks

Lesson 3: Introduction to Express

Lesson 4: How to test your Website

Lesson 5: Deploying a Website

Contributing to this project

If you are interested in contributing to this project, please read our contributing guide for details.

License

MIT