Curriculum
- 4 Sections
- 18 Lessons
- 10 Weeks
Expand all sectionsCollapse all sections
- Introduction to FrameworksThis lesson explains what frameworks are, why developers use them, and how frameworks simplify web development by providing built-in tools for routing, security, templates, and database interaction. Students learn the difference between backend & frontend frameworks and how Django and Spring Boot fit into web architecture.0
- Python Framework – Django10
- 2.1Introduction to Django
- 2.2Installing Django & Creating Your First Project
- 2.3Django Apps, Views & URL Routing
- 2.4Templates, Static Files & Template Inheritance
- 2.5Models & Database (ORM) + Migrations
- 2.6Forms, Validation & CRUD Operations
- 2.7Django Admin Panel
- 2.8Authentication – Login, Logout, User Management
- 2.9Django Project – Build a Complete Blog Website
- 2.10Controllers, API Routing & REST Basics
- Java Framework – Spring Boot8
- QuizThis quiz is designed to test your understanding of Python’s Django framework and Java’s Spring Boot framework. The questions cover core concepts such as MVC/MVT, routing, ORM, templates, REST API development, security, dependency injection, project structure, and deployment. Completing this quiz will help you evaluate your learning progress and prepare you for real-time project development using Django and Spring Boot.1
Mini Project – Build a Todo REST API
Prev