Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 751 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 751 Bytes

users-notes-application

Solution to the challenge imposed by @blesfia

Application deployed on heroku: https://users-notes.herokuapp.com/

I really didn't know how to test the app with Unit tests because every functionality I added was entirely managed by spring so I just ran some API testing sending requests with "Advanced REST client" an application similar to postman, some print-screens about the successful API tests are present in the pictures folder.