Creating REST API using Spring Boot in Hindi | A Step-by-Step Tutorial

Опубликовано: 18 Октябрь 2024
на канале: Engineering Digest
54,892
1k

🟡 Get 1 to 1 coaching with me: https://topmate.io/engineeringdigest
🟡 Donate: https://paypal.me/engineeringdigest
🟡 Perks: https://www.youtube.com/@EngineeringD...

🔴 Instagram:   / thevipulvats  
🔴 GitHub: https://github.com/thevipulvats
🔴 Twitter:   / thevipulvats  
🔴 LeetCode: https://leetcode.com/thevipulvats
🔴 LinkedIn:   / thevipulvats  
🔴 Discord:   / discord  
🟢 Source code: https://github.com/chotabheeeeem/jour...

🚀 In this video, we dive deep into the world of REST APIs using Spring Boot. 🌐 Learn how to design, develop, and deploy robust APIs with ease. We'll cover:
✅ Understanding REST Principles
🛠 Setting Up Spring Boot
📦 Creating Endpoints
🧪 Testing Your APIs
🚀 Deploying to Production
🔒 Securing Your APIs
📈 Best Practices for Performance
Whether you're a beginner or looking to enhance your skills, this video is your go-to resource for REST API development.

00:00 Introduction
01:02 Creating Project
04:15 What is REST API
07:48 @RestController
09:57 @GetMapping
11:13 Postman
15:25 @PostMapping
19:29 @PathVariable
22:53 @DeleteMapping
23:50 @PutMapping