find my guru logo
  • List Your Courses
  • FAQ
  • Blogs
  • Sign In
mobile nav open

Full Stack Development - React , Python, Mongo DB

DurationDuration:90 hours

Batch TypeBatch Type:Weekend and Weekdays

LanguagesLanguages:English

Class TypeClass Type:Online

Class Type Course Fee:

₹600.00Per hour

share

Course Content


Who are these lessons for: Any gradute/ any professional from any stream can join these sessions. These sessions are designed for all aspiring people seeking opportunity to join IT industry as Full Stack Developer.
No need for previous programming knowledge (if you know programming , you will find the lessons easier), even if you don't know basic programming, the sessions will cover all the fundamentals.

Full Stack Web development (React-Python Flask-MongoDB)

90 Sessions (1 Hour Each)


Module 1: Web Fundamentals (20 Sessions)

Mini Project: Responsive Portfolio Website

  1. Web Development Overview: Client–Server, Modern Tools

  2. HTML Basics – Structure, Tags, Attributes

  3. Semantic HTML, Forms, Accessibility Standards

  4. CSS Basics – Selectors, Specificity, Colors, Fonts

  5. Box Model – Padding, Borders, Margins

  6. Flexbox Layouts – Industry Patterns

  7. CSS Grid Layouts – Responsive Web Design

  8. Media Queries & Fluid Units (rem/vw)

  9. JavaScript Basics – Variables, Data Types, Operators

  10. Control Flow – Conditionals & Loops

  11. Functions & Scope – Arrow Functions, Hoisting

  12. Arrays & Objects – Iteration, map/filter/reduce

  13. DOM Selection & Manipulation – Events, Updates

  14. Event Handling – Delegation, Form Validation

  15. ES Modules – Import/Export, Modern Tooling

  16. Async JavaScript – Promises, Fetch API

  17. Async/Await & Error Handling

  18. Browser APIs – LocalStorage, SessionStorage

  19. Mini Project Build – Responsive Portfolio Website

  20. Frontend Quality – Clean Code, SEO, Accessibility


Module 2: React.js (12 Sessions)

Mini Project: Task Manager / ToDo App

  1. React Basics – Components, JSX, Props

  2. State Management – useState, Events

  3. Lists, Keys & Conditional Rendering

  4. Forms – Controlled & Uncontrolled Inputs

  5. Side Effects – useEffect, Data Fetching

  6. Routing – React Router v6

  7. Context API – Global State Management

  8. Advanced Hooks – useReducer, useRef

  9. API Integration – Axios, Error Handling

  10. Performance – React.memo, Lazy Loading, Suspense

  11. Mini Project Build – Task Manager / ToDo App

  12. Industry Practices – Folder Structure, Clean Components, Testing


Module 3: Git & Version Control (2 Sessions)

Practice Project: Push React App to GitHub

  1. Git Basics – Init, Add, Commit, Branching, Merging

  2. GitHub Workflow – Pull Requests, Issues, Protected Branches


Module 4: Python Fundamentals (21 Sessions)

Mini Project: CLI Calculator / Text Analyzer

  1. Python Setup – Interpreter, IDE, Virtual Envs

  2. Variables & Data Types – Input/Output

  3. Operators – Arithmetic, Logical, Comparison

  4. Conditionals – if/else, Pattern Matching (match)

  5. Loops – for, while, Iterations

  6. Functions – Parameters, Return Values, Scope

  7. Lists & List Comprehensions

  8. Tuples, Sets, Dictionaries – Use Cases

  9. Strings – Methods, Formatting, f-Strings

  10. File Handling – Open, Read, Write, Context Managers

  11. Exceptions – try/except, Custom Errors, Logging

  12. Modules & Packages – Import, pip, Virtual Envs

  13. OOP – Classes, Objects, Methods

  14. Inheritance, Polymorphism, Encapsulation

  15. Iterators, Generators, itertools

  16. JSON & Serialization – Parse, Dump

  17. HTTP with requests Library

  18. Unit Testing with pytest – Fixtures, Coverage

  19. Type Hints, mypy, Black & Ruff for Clean Code

  20. Mini Project Build – CLI Calculator / Text Analyzer

  21. Python for Data Science – pandas, matplotlib, numpy (tiny demo)


Module 5: Flask REST API Development (12 Sessions)

Mini Project: Notes API with MongoDB

  1. Flask Setup – App Factory, Blueprints, Config

  2. Routing, Query Params, JSON Responses

  3. REST Design – Resources, Status Codes, Pagination

  4. CRUD Endpoints – GET, POST, PUT, DELETE

  5. Request Validation – Pydantic/Marshmallow

  6. Authentication with JWT – Secure APIs

  7. Middleware, Logging & Request IDs

  8. Error Handling & Security Headers

  9. MongoDB I – Connecting Flask with MongoDB Atlas (PyMongo)

  10. MongoDB II – CRUD Operations, Indexing, Aggregations

  11. Mini Project Build – Notes API with MongoDB

  12. Industry Best Practices – Versioning, Scalability


Module 6: API Testing with Postman (2 Sessions)

Practice Project: Testing Notes API

  1. Postman Basics – Collections, Requests, Environments

  2. Advanced Postman – JWT Testing, Automated Tests with Newman


Module 7: Full-Stack Capstone Project (20 Sessions)

Capstone Project: Job Portal (React + Flask + MongoDB)

  1. Project Kickoff – Requirements, Wireframes, API Spec

  2. Repo Setup – Branch Strategy, Commit Conventions

  3. React App Setup – Vite, Router, Layouts

  4. Flask API Setup – Blueprints, Config

  5. MongoDB Schema Design – Users, Jobs, Applications

  6. Authentication – JWT in Backend

  7. Auth UI – Login, Register, Protected Routes

  8. CRUD UI – Job Posting, Editing, Applications

  9. CRUD API – Job Postings with MongoDB

  10. API Integration – React Query / Axios Interceptors

  11. File Uploads – User Resumes / Company Logos

  12. Search, Pagination & Filters – Job Listings

  13. Role-Based Access Control – Admin/Employer/Applicant

  14. Error Logging – Server Logs + Client Error Boundaries

  15. E2E Testing – Cypress/Postman Collection Run

  16. CI/CD – GitHub Actions (Lint, Test, Build, Deploy)

  17. Deploy Backend – Flask + MongoDB Atlas (Render/Heroku)

  18. Deploy Frontend – React (Vercel/Netlify)

  19. Securing Deployment – HTTPS, CORS, Env Vars

  20. Performance Tuning – Mongo Indexing, React Optimizations

  21. Capstone Showcase – Demo Job Portal & Advanced Interview Prep


What Will You Learn

By the end of this program, students will learn:

  • Frontend Development:

    • Build responsive websites with HTML5, CSS3, Flexbox, Grid.

    • Write modern JavaScript (ES6+), including async/await, modules, fetch API.

    • Develop production-ready React apps using hooks, context API, and router.

  • Version Control & Collaboration:

    • Use Git for branching, merging, commits.

    • Collaborate with GitHub using PRs and industry-standard workflows.

  • Backend Development with Python:

    • Write clean Python programs with OOP and data structures.

    • Use Python for small data analysis tasks (pandas, matplotlib, numpy).

    • Apply unit testing, type hints, and linting for maintainable code.

  • REST APIs with Flask & MongoDB:

    • Build secure REST APIs using Flask, JWT authentication, and Blueprints.

    • Integrate MongoDB with Flask, use indexes, and optimize queries.

    • Apply best practices for API versioning, error handling, and scalability.

  • API Testing:

    • Test endpoints using Postman collections, environments, and scripts.

    • Automate tests with Newman for CI/CD pipelines.

  • Full-Stack Project Delivery:

    • Design and implement a Job Portal with user roles (Admin, Employer, Applicant).

    • Build React frontend with authentication, forms, and dashboards.

    • Develop Flask backend with MongoDB integration for job postings and applications.

    • Connect frontend and backend, handle authentication flows, and manage state.

    • Deploy applications to cloud platforms (Vercel/Netlify for frontend, Render/Heroku for backend, MongoDB Atlas for DB).

    • Secure deployments with HTTPS, CORS, environment variables.

  • Industry Readiness:

    • Practice CI/CD pipelines with GitHub Actions.

    • Optimize performance for both frontend and backend.

    • Gain experience with real-world debugging, logging, and monitoring tools.

    • Prepare for technical interviews with system design Q&A, covering React, Flask, MongoDB, and deployment strategies.

Skills

Full Stack Web Development (front End and Back End Developer), Object Oriented Programming (c++, Java), Object Oriented Programming Using Java / C++, Oop in Java, React, Java, Java Programming, Python Programming, MongoDB

Tutor

Parnasree Chowdhury Profile Pic
Parnasree Chowdhury

I am Parnasree Chowdhury is a highly experienced Full Stack Developer with over 12 years of industry expertise and more than 5 years of teaching experience...

0.0 Average Ratings

0 Reviews

12 Years Experience

104, Bidhannagar Road

Students Rating

0.0

Course Rating

Related Courses

Explore All
arrow
Data Science & Analytics Course with Sukhadeo Rane

IT Courses

0.0 Stars Rating0.0

Online/Offline

Data Science & Analytics C...

Course Duration Duration: 6 months

By SUKHADEO RANE

Details
Full Stack Developer – Java, Python, React & AI | Sukhadeo Rane

IT Courses

0.0 Stars Rating0.0

Online/Offline

Full Stack Developer – Jav...

Course Duration Duration: 6 months

By SUKHADEO RANE

Details
Java Full Stack Mentor Program by Desha Chandu

IT Courses

0.0 Stars Rating0.0

Online

Java Full Stack Mentor Pro...

Course Duration Duration: 1 hours

By DESHA CHANDU

Details
All Full Stack , Data science , Data Analysis - Nagpur IT Training Institute

IT Courses

0.0 Stars Rating0.0

Online/Offline

All Full Stack , Data scie...

Course Duration Duration: 6 months

By Nagpur IT Training Institute

Details
arrow

Blogs

Explore All
arrow
How I Got ₹12 LPA as a Fresher Full Stack Developer in 2025?

How I Got ₹12 LPA as a Fresher Full Stack Developer in 2025?

Discover how I went from a beginner to earning ₹12 LPA as a fresher Full Stack Developer in 2025. Learn the key skills, roadmap, and real-world projects that helped me succeed — and how FindMyGuru’s mentorship turned my career dreams into reality.

Blog updated date

11 Aug 25

arrow
Font My Guru logo
  • connect with us on facebook
  • connect with us on instagram
  • connect with us on linkedin
  • connect with us on X
  • connect with us on youtube

Quick Links

  • Home
  • About Us
  • Contact Us

Top 4 Category

  • Terms & Conditions
  • Privacy Policy

Support

  • FAQs for Students
  • FAQs for Trainers / Institutes
  • Investor Connect
Disclaimer: All the course names, logos, and certification titles we use are their respective owners' property. The firm, service, or product names on the website are solely for identification purposes. We do not own, endorse or have the copyright of any brand/logo/name in any manner. Few graphics on our website are freely available on public domains.

©️ 2025 Findmyguru.com | All Rights Reserved. A Brand of TutorKhoj Private Limited