Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

CI101Week56Lab

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Dr.Pirmann / CI101Week56Lab
    1 commit behind, 3 commits ahead of the upstream repository.
    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