hwang26 / mock-crud-app

0 stars 0 forks source link

Set up Express Application #2

Closed hwang26 closed 3 years ago

hwang26 commented 3 years ago

Acceptance Criteria:

Technical Details:

hwang26 commented 3 years ago

Installed express app and some dependencies. Uninstalled jade and installed pug. Make sure to test that the local server still runs.

hwang26 commented 3 years ago

Had to update app.js to use pug as the new view engine. Otherwise, works fine.