Posts

Showing posts from August, 2022

DATA BASE SETUP

Image
 

How Database Structure look like for Blogging Project

Image
 

Finding Resource for Project | Best Architecture for project

Image
 

Client Requirement for the project

Image
 

REST Key Concept

Image
RESOURCE SUB- RESOURCE URI [UNIFORM RESOURCE IDENTIFIER] HTTP METHODS HTTP RESPONSE CODE

REST ARCHITECHER

Image
                           REST- Representational -format json,xml                  State -Data  \                Transfer- between client and server Rest Guide Lines-  Client Server Architecture- Both the client and the server should be independent Stateless- server should be stateless .No data should be stored in the  server, we make the client as state management. [React]. Cacheable- Layered System- layered architecture [3-tier layering], help in increasing scalability. Uniform Interface-  

BLOGGING API USING SPRING BOOT

Image
AIM BUILDING REAL TIME APIs ->SPRING BOOT ->HIBERNATE  ->MYSQL ->POSTMAN ->JWT ->SWAGGER ->AWS ----------------------------------------------------------------------- How to add profile for different environment. How to deploy springboot in production.