Skip to content

rrjavadev/account-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Account Project

This a Spring Boot application that accepts GET, POST and DELETE requests. Please note that this project uses Lombok. If you an Intellij user, you need to tick 'Enable annotation processing' in the settings. You also need to install Lombok plugin.

Endpoints:

GET accounts:

/account-project/rest/account/json

POST account:

/account-project/rest/account/json with JSON body: {"firstName": String,"secondName": String,"accountNumber": String}

DELETE account:

/account-project/rest/account/json/{id}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages