Skip to content

vadithya/Restfulexercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

To get started, first click the Download ZIP button to the right to download this sample exercise.

Restfulexercise

Showcase secured rest API's with CRUD operations and authentication using the Spring Boot and Java 8.

Purpose

This application showcases below features.

  • Create API for authentication, check User existing and return generated token

Token secured API's

  • Create API for retrieving all employee.
  • Create API for retrieving one employee by ID.
  • Create API for saving one employee.
  • Create API for modifying one employee.

Not secured API

  • Create API for deleting one employee by ID.

Swagger

Swagger URL. http://localhost:8080/swagger-ui.html

  • Unit testing.
  • Integration testing.

About

Application to showcase secure rest API's with CRUD operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages