Web-Based Systems Development: SPA Application Project, Semester 1
VerifiedAdded on 2022/09/28
|3
|727
|18
Project
AI Summary
This document presents a comprehensive solution for a web-based systems development project, specifically a Single Page Application (SPA) designed as a blogging website. The application is built using a modern approach, bundling all necessary functionalities. The project's structure includes 'server' and 'spa_app' folders, each serving distinct roles in the backend and frontend, respectively. The backend utilizes Node.js with dependencies managed by Node Package Manager (NPM), while the frontend employs Angular and interacts with the server through an API. Styling is implemented using Bootstrap and custom CSS, ensuring responsiveness and user-friendliness. The application allows users to view and post content, with user authentication required for posting. The backend runs on localhost:5000, and the client runs on localhost:4200. The solution includes details on setting up the server and client, and the use of a database file. The submission includes the SPA structure, including node libraries and folders, along with a style guide in PDF format.
1 out of 3