CI 101 Week 5 and 6 Lab
Folder Structure
.
├── CLCBooksSQL.sql
├── LICENSE
├── README.md
├── Wk5LabInstructions.docx
├── Wk5and6LabAnswerSheetWeb.rtf
├── index.html
├── index.js
├── logos
│ ├── cci-1.jpg
│ ├── cci-2.png
│ └── drexel.png
├── node_modules
│ └── ...
├── package-lock.json
├── package.json
├── server.js
└── stylesheet.css
Install
npm install
Usage
node server.js
# or
npm start
Testing
npm run test