This article provides a step-by-step guide on creating a simple REST API with Spring Boot.The author assumes that readers have already installed Java and Spring Boot environment.The article suggests using the Spring Initializr plugin in VSCode to create a Spring Boot project.Instead of retrieving data from a database, the API reads from a .json file and uses a model class based on the file format.