This project demonstrates how to use Node.js to make HTTP requests (GET, POST, PUT, DELETE) and connect to WebSocket servers. It was developed as part of my AICTE Internship Mini Project.
A comprehensive inventory management system built with Node.js that supports both command-line interface and web browser interface. stock-manager/ ├── src/ │ ├── app.js # Web server entry point │ ├── ...