A simple REST API for storing API data to database and to perform certain operations like GET, PUT, POST and DELETE.
-> Language : JAVA -> Framework : Spring Boot -> DATABASE : mySQL DataBase -> Tool and Technoligies :
- ECLIPSE version 4.26.0
- PostMan
- mySQL version 8.0.33
Installation Guide-
- Download & Install Eclipse or Spring Tool Suite.
- Download & Install PostMan
- Download & Install MySql server
- Open Eclipse and import the Porject from FileSystem.
- Run the Application.java file if u r using Eclipse.
#SCREENSHOTS
{
If u get an error like this "Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured"
-Go to Run AS, Run Configuration.
-Go to Dependincies.
-Add src/main/resource in Maven Dependicies(where application.properties present).
}
--EOF--


