Backend web application that analyzes GitHub user profiles using the GitHub Public API. • 4 REST API endpoints: analyze profile, list all stored profiles, get single profile, search profiles • Fetches and stores 7 insight metrics per user: followers, following, public repos, total stars, total forks, most-used language, account creation date • Built with Node.js, Express.js, MongoDB, Mongoose, and Axios • MVC project structure (controllers, models, routes, utils) • Deployed and live on Render Live API: https://github-profile-analyzer-wl3o.onrender.com GitHub: https://github.com/shashank2359/github-profile-analyzer