Laboratory assignments for Full Stack Development-1 (BCA47113-P), Academic Session 2024-25, conducted at Brainware University.
This repository contains a collection of Node.js and Express.js experiments designed to teach core backend concepts, including file system operations, module management, HTTP methods, and dynamic web server routing.
Each experiment is documented as a standalone Node.js script:
- Core Concepts: Experiments 1-10 covering Node.js globals,
fsmodule, Buffers, Local Modules, and NPM integration. - Web Services: Experiments 12-13 focused on RESTful HTTP methods and query parameter handling.
- Web Frameworks: Experiments 14-15 utilizing Express.js for routing, static file serving, and middleware implementation.
- Clone the repository:
git clone https://github.com/RahulBiswas224/FullstackLabBca.git cd FullstackLabBca