Skip to content

API using Spring Boot, Spring Data JPA, Spring Web. It tested and documented with Swagger UI

Notifications You must be signed in to change notification settings

najibraihan/Easy-Account-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy-Account-API

REST application with Spring boot containing:

  • the application must read a .CSV file at startup to create a list of objects (1 object / line)
  • 1 "GET" API returning a list of objects in JSON format
  • 1 "POST" API offering the possibility of adding a 1 object to the database data by passing it as a parameter.
  • 1 "POST" API offering the possibility of adding a 1 object to the database data by generating random values.
  • Documentation via SWAGGER UI
  • the application packaged in a WAR
  • the 3 APIs testable via the SWAGGER UI interface
  • the application in JAVA 11

About

API using Spring Boot, Spring Data JPA, Spring Web. It tested and documented with Swagger UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages