Skip to content

A 'to do' list that sends CRUD operations through HTTP requests using Postman.

Notifications You must be signed in to change notification settings

YonathanTE/toDoWebAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

toDoWebAPI

Through the Spring MVC framework, this application functions to create a list of things to do. Both an in-memory as well as JDBC Template DAO were utilized to demonstrate the difference in use.

List of items

GET Request on Postman A list being pulled to indicate the functionality working properly to make an item.

Update to an item

After update using PUT Request After an item was already uploaded, a check was done to assure the ability to alter any existing records would work properly.

About

A 'to do' list that sends CRUD operations through HTTP requests using Postman.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages