An open API service indexing awesome lists of open source software.

https://github.com/pateljay15/expressjs

This Repo has number of folders with code Files which can be refer to get some knowledge about ExpressJS.
https://github.com/pateljay15/expressjs

Last synced: 3 months ago
JSON representation

This Repo has number of folders with code Files which can be refer to get some knowledge about ExpressJS.

Awesome Lists containing this project

README

        

# ExpressJsBy-JayPatel
This Repo has number of folders with code Files which can be refer to get some knowledge about ExpressJS.
It include how to setup your first express app ,how to setup rounting in express app, how to deal with static site and include it in your express app , how to send html, json to client,
,how to setup views, public and src folder, how to pass the dynamic content to the client side using template engines like hbs, how to implement partials in express to follow DRY principal,
how to use the query string passed in the url and fetch data from that query string and give it to the weather api to fetch the temperature of that particular city passed
in the query string and display the result in the form of html page.