Spring Boot + Angular 8 example: Build a CRUD App

In this tutorial, we will learn how to build a full stack Spring Boot + Angular 8 example with a CRUD App. The back-end server uses Spring Boot with Spring Web MVC for REST Controller and Spring Data JPA for interacting with embedded database (H2 database). Front-end side is made with Angular 8, HttpClient, Router and Bootstrap 4.

Newer versions:
Angular 12 + Spring Boot: CRUD example

More Practice:
Angular 8 + Spring Boot: JWT Authentication with Spring Security example
Angular 8 + Spring Boot + MySQL example: CRUD App
Angular 8 + Spring Boot + PostgreSQL example: CRUD App
Angular 8 + Spring Boot + MongoDB example: CRUD App
Angular 8 + Spring Boot: File upload example
Angular 8 + Spring Boot: Pagination example

Serverless:
Angular 8 Firebase CRUD Realtime DB | AngularFireDatabase

Read More

MongoDB + Django Rest Framework CRUD Rest API example

In this tutorial, we’re gonna create Python 3/Django & MongoDB CRUD example with Django Rest Framework for building Rest Apis. You’ll know:

  • How to setup Django to connect with MongoDB Database
  • How to define Data Models and migrate it to MongoDB
  • Way to use Django Rest Framework to process HTTP requests
  • Way to make Django CRUD Operations with MongoDB Database

Related Post: Django CRUD with MySQL example | Django Rest Framework

Fullstack:
Django + Angular 8
Django + Angular 10
Django + Angular 11
Django + React
Django + React Hooks
Django + Vue.js

Read More

Django + Angular 8 tutorial: CRUD App Django Rest Framework

In this tutorial, we will learn how to build a full stack Django + Angular 8 example with a CRUD App. The back-end server uses Python 3/Django with Rest Framework for REST APIs and interacts with MySQL/MongoDB database. Front-end side is made with Angular 8, HTTPClient & Router.

Newer versions:
using Angular 10
using Angular 11
using Angular 12
using Angular 13

Read More