Search⌘ K

Functional and Technical Requirements

Explore how to define and implement key functional and technical requirements for a social news web app. Learn to manage link data, enforce input validation, handle AJAX requests, and organize server-side code with Node.js modules while following best coding practices.

Objective

This project builds upon the social news program and web pages. The objective is to make a social news application based on a Node.js server.

Functional requirements

  • A link is defined by its title, its URL, and its author (submitter). ...