In the tutorial, I introduce how to build an “Angular 9 SpringBoot MongoDB CRUD Example RestAPIs” project with the help of SpringData and Atlas MongoDB for POST/GET/PUT/DELETE requests with step by step coding examples:
– SpringBoot project produces CRUD RestAPIs with MongoDB database documents using the supporting of Spring Data.
– Angular 9 project will consume the SpringBoot CRUD RestAPIs then show up on component’s views.
– I draw a fullstack overview Diagram Architecture from Angular 9 Frontend to MongoDB database through SpringBoot RestAPI backend.
– Develop SpringBoot CRUD RestAPIs with the supporting of SpringWeb Framework.
– Implement Angular 9 CRUD application with the Angular 9 Httpclient to do CRUD request (Post/Get/Put/Delete) to SpringBoot Backend APIs.
– I create a testsuite with a number of integrative testcases with CRUD RestAPI requests from Angular 9 HttpClient to do CRUD requests to SpringBoot RestAPIs Server and save/retrieve data to MongoDB database.
Continue reading “Angular 9 SpringBoot MongoDB CRUD Example – using SpringData & Atlas MongoDB”