Projects I've worked on

AI Study Helper - Full Stack AI Web App - Built an AI-powered web application that generates simplified explanations and bullet-point summaries for educational content. project screenshot

AI Study Helper - Full Stack AI Web App

  • Built an AI-powered web application that generates simplified explanations and bullet-point summaries for educational content.
  • Integrated Google Gemini API for real-time AI-generated educational content and explanations.
  • Implemented RESTful APIs using Node.js and Express for backend functionality.
  • Deployed frontend on Netlify and backend on Render for production hosting.
  • JavaScript
  • Node.js
  • Express.js
  • REST API
  • HTML5
  • CSS3
  • Google Gemini API
Scalable Job Portal Backend (Django REST + PostgreSQL) - Built and deployed a production-ready REST API for a role-based job portal supporting both Recruiters and Job Seekers. project screenshot

Scalable Job Portal Backend (Django REST + PostgreSQL)

  • Built and deployed a production-ready REST API for a role-based job portal supporting both Recruiters and Job Seekers.
  • Implemented JWT authentication and secure endpoints for user management and job workflows.
  • Integrated PostgreSQL with environment-based configuration for robust data management.
  • Deployed on Render using Gunicorn with live Swagger documentation for API testing.
  • Python
  • Django REST Framework
  • PostgreSQL
  • JWT
  • Gunicorn
  • Render
  • Swagger
Django Authentication API - Developed a secure RESTful Authentication API using Django REST Framework. project screenshot

Django Authentication API

  • Developed a secure RESTful Authentication API using Django REST Framework.
  • Implemented user registration, login, profile management, password change, and password reset via email.
  • Used token-based authentication to protect user endpoints and ensure secure access.
  • Tested all API endpoints using Postman and documented them with a comprehensive Postman collection.
  • Python
  • Django
  • Django REST Framework
  • SQLite
  • Postman
  • JWT