Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: THEend8_
Summative Assessment
Programming Assignment 2: Server-Side Programming
Outline
Expected workload: 20 days, 3-4 hrs/day = 60 hrs
Total Marks: 100
Components marked: Code, Documentation, Video
Contributes 60% of module marks
Submission
Source code (all zipped in a directory with correct file structure)
README.txt with execution instructions
HTML and CSS and any media
Client and server-side JavaScript
package.json including test and pretest scripts
.eslintrc
? jest test cases e.g., app.test.js
? documentation of API
? demonstration video
You should not include node_modules in submission
Subject-specific Knowledge
? A knowledge and understanding of good programming practice (for
example, reuse, documentation and style)
COMP1111 Programming (Gold) 20-21
? Building collections of data within a program and using JavaScript
Object Notation (JSON)
? Making programs robust through the use of exceptions and exception
handling
? A knowledge and understanding of good programming practice (for
example, reuse, documentation and style)
Subject-Specific Skills
? An ability to realise solutions to problems as working JavaScript
programs
? An ability to apply reuse by exploiting predefined components
? An ability to use software tools related to programming (programming
environments, code management, documentation tools, etc.)