1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 22:28:32 +01:00

fix: broken link in "Express Full Guide"(#5259) (#5294)

This commit is contained in:
Abhishek Santra 2024-05-11 06:06:38 +05:30 committed by GitHub
parent 577d7af7f8
commit 82ccd5c755
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,6 @@ Visit the following resources to learn more:
- [Express.js Official Website](https://expressjs.com/) - [Express.js Official Website](https://expressjs.com/)
- [Official Getting Started Guide](https://expressjs.com/en/starter/installing.html) - [Official Getting Started Guide](https://expressjs.com/en/starter/installing.html)
- [Express Full Guide](https://www.tutorialspoint.com/nodejs/nodejs_express_framework.html) - [Express Full Guide](https://www.tutorialspoint.com/nodejs/nodejs_express_framework.htm)
- [Sample Project](https://auth0.com/blog/create-a-simple-and-stylish-node-express-app/) - [Sample Project](https://auth0.com/blog/create-a-simple-and-stylish-node-express-app/)
- [Express Explained with Examples](https://www.freecodecamp.org/news/express-explained-with-examples-installation-routing-middleware-and-more/) - [Express Explained with Examples](https://www.freecodecamp.org/news/express-explained-with-examples-installation-routing-middleware-and-more/)