/ExpressAppBoilerPlate

Basic Express App Boiler Plate

Primary LanguageJavaScriptMIT LicenseMIT

AppRecipeBook

Basic App Structure and Recipe Book

Duplicate this repo by:

Recipes

Dependency versions may require updating

mySQL database/Express App

Add the following to the package json under dependencies:

"body-parser": "^1.19.0",
"express": "^4.17.1",
"mysql": "^2.17.1",
"pug": "^2.0.4",
"request": "^2.88.0"