Resources added to Nodejs/Express.js (#2253)

pull/2308/head
Deevanshu Kushwah 2 years ago committed by GitHub
parent 22a965d34a
commit 402266b7bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      content/roadmaps/107-nodejs/content/107-nodejs-apis/101-express-js.md

@ -1,7 +1,10 @@
# Express.js
Express is a minimal and flexible Node.js web application framework that provides a robust set of features to build web applications and APIs.
Express is a node js web application framework that provides broad features for building web and mobile applications. It is used to build a single page, multipage, and hybrid web application.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://expressjs.com/'>Express.js Official Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Getting Started' href='https://expressjs.com/en/starter/installing.html'>Official Getting Started Guide</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Full Guide' href='https://www.tutorialspoint.com/nodejs/nodejs_express_framework.html'>Express Full Guide</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Project' href='https://auth0.com/blog/create-a-simple-and-stylish-node-express-app/'>Sample Project</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Explanation' href='https://www.freecodecamp.org/news/express-explained-with-examples-installation-routing-middleware-and-more/'>Express Explained with Examples</BadgeLink>

Loading…
Cancel
Save