pragatirathi5/Basic-Product-Page-using-Express
Basic product page using express and middleware. Middleware functions are functions that have access to request object (req), the response object (res) and the next middleware function in the application's request-response cycle. The next middleware function is commonly denoted by a variable named next.
HTML
No issues in this repository yet.