Skip to content
Snippets Groups Projects
user avatar
Aidan Holland authored
Signed-off-by: default avatarAidan Holland <thehappydinoa@gmail.com>
072f5546
History

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