This API disrupts the way users can retrieve information about mobile phone models. Instead of searching through various websites to get information on different models, users can now access all the information in one place through the Mobile Catalogue API. The API also allows users to add new mobile models to the catalogue, making it a more comprehensive resource for mobile phone information.
*Java 8 or higher
*Maven
*MySQL
*Clone the repository
*Open the project in your preferred IDE
*Set up the database by running the SQL script in src/main/resources/sql-scripts/create-table.sql
*Configure the database connection properties in src/main/resources/application.properties
*Build and run the application using Maven or your preferred IDE
*Retrieve information on a specific mobile model: GET /api/mobiles/{modelNo}
*Add a new mobile model to the catalogue: POST /api/mobiles
-Java
-Spring Boot
-MySQL
TEJAS KOSHTI