Javascript代写 nodejs代写 js编程代写
3/5/2020 CSCI-UA.0480 - Homework 5
Homework #5
'Tech Gallery' - Express Site with Images & HTML Forms - Due Monday, March 9th, by 11PM
Overview
How your app will look like when you complete the assignment:
( right-click and open image in new tab to see larger version for all images)
Description
In this homework assignment you will be extending a basic web application built with express and handlebars to include search functionality and the ability to add new data via HTML forms. So far, the
skeleton application you are given loads a bit of JSON data from disk, stores it in-memory, and contains a single route handler that renders an .hbs template that displays the data. The focus of this assignment is on:
working with HTML
