RESTful API Labs 1-7
Labs
- Getting started with Springboot – Helloworld Example
- Configuring H2 DB and YAML application.properties
- Building a Rest API to support the creation of a new account and customer details
- Exception Handling –check if customer already exists
- Implementing a READ API that fetches the details based on mobile number
- RESTfulAPI for Updating and Deleting customer accounts
- Exceptions, Data Validations and Audit Columns