Spring Boot, Dependency Injection, IOC and MVC
What project are we building? Basic ecommerce platform from Backend side. What all steps we need in flipkart? Auth Search product functionality Product details Cart Payments Order tracking And many more features. Tools needed: Postman - A platform through which we can test our APIs. APIs - UI interact with Backend logic by using request response cycle. So exposing backend logic to UI we need API (application programming interface). IntelliJ Ultimate What is framework? Develop APIs Interact with Databases Logging and Monitoring Cache Deployment In this case we start building it from scratch then it will waste our time and hence we need to use framework which is a collection of codes which can help us to implement all these things with minimum time and help us to implement our idea with easy and keep us focus to solve the business usecase rather than wasting time on unnecassry coding which can be achieved by using a framework. Framework - Easy to use/efficient way of doing common things....