Follow instructions in class to create an npm project from scratch, and make a simple hello world web app using Express.js.
Note: you do not have to hand this in.
This week we will build the Zip code API that we used last week in-class.
Note: The documentation for the API can be found here: https://github.com/CUNYTechPrep/zip-code-react-lab#the-zip-and-city-search-api-documentation-ctp-zip-api
cd zip-apinpm install- Add the code for the
/zipand/cityroutes npm startto start dev server- Visit: