Skip to content

sumandey07/Spring-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Spring Basic REST API

This is a basic spring rest api developed using spring-jpa, mysql-spring and spring-starter-web

To test this API:

1. Firstly, you have to create a database named student in mysql with the given credentials in application.yml file.

2. Start the Mysql Service in your local device and Run the jar file using the follwing command:
    
    java -jar springrest-0.0.1-SNAPSHOT.jar

3. Then go to "localhost:8080/api/v1/students" and then you can start testing this api.


Test these REST API Endpoints: GET, POST, PUT, DELETE.

About

This is a basic spring rest api made that consists of spring jpa, mysql

Resources

Stars

Watchers

Forks

Packages

No packages published