Creating REST API using Spring Boot in Hindi | A Step-by-Step Tutorial
No summary available for this video
Video description

🟑 Get 1 to 1 coaching with me: https://topmate.io/engineeringdigest 🟑 Donate: https://paypal.me/engineeringdigest 🟑 Perks: https://www.youtube.com/@EngineeringDigest/join πŸ”΄ Instagram: https://www.instagram.com/thevipulvats πŸ”΄ GitHub: https://github.com/thevipulvats πŸ”΄ Twitter: https://twitter.com/thevipulvats πŸ”΄ LeetCode: https://leetcode.com/thevipulvats πŸ”΄ LinkedIn: https://www.linkedin.com/in/thevipulvats/ πŸ”΄ Discord: https://discord.gg/FHB3vUmgKm 🟒 Source code: https://github.com/chotabheeeeem/journalApp - πŸš€ 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