React5 Expressjs

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 19

Creating Servers with

Express
IRFAN JAVED
M HUZAIFA ALI
TABLE OF CONTENTS

01 03
Introduction Basic Express
Server

02 04
Installation Routing in Express
01
Introduction
INTRODUCTION

Express is a minimal and flexible Node.js


web application framework that provides a
robust set of features for web and mobile
applications. It is an open source
framework developed and maintained by
the Node.js foundation.
PREREQUISITES
You should have basic knowledge of
Javascript and HTML. If you are not
acquainted with these, we suggest you to
go through tutorials on those areas first. It
will definitely help, if you have some
exposure to HTTP, although it is not
mandatory. Having a basic knowledge of
MongoDB will help you with the Database
chapter.
THINGS YOU NEED

NODE AND EXPRESS


NPM LIBRARY
You can download You can download
the latest the latest
a version of Node.js a version of express
from the official through the terminal
website
(https://nodejs.org/)
and install it using
the instructions
provided.
HTTP METHODS
02
INSTALLATION
Install dependencies

STEP 1:

STEP 2:

STEP 3:
03
Basic Express Server
04
Routing In Express
Routers
Dynamic Routes
THANKS!

CREDITS: This presentation template was created by


Slidesgo, incluiding icons by Flaticon, and
infographics & images by Freepik.

You might also like