Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Spring Boot 2 & React FullStack Development
Rating: 4.3 out of 5(197 ratings)
848 students

Spring Boot 2 & React FullStack Development

Build and deploy FullStack applications
Created byNelson Jamal
Last updated 2/2020
English
English [Auto],

What you'll learn

  • Full Stack Development
  • Spring Boot 2
  • React JS
  • Docker
  • PostgreSQL
  • Databases
  • Manage Database Schemas With Flyway
  • Package Application For Deployment
  • AWS Elastic Beanstalk

Course content

14 sections93 lectures8h 24m total length
  • Bootstrap Application with Spring Initializr2:58

    Bootstrap a Spring Boot app with Spring Initializr by selecting Maven, Java, and a supported version, then add Web, GPS, Postgres, and Flyway dependencies.

  • Project Walkthrough6:13

    Walk through a Spring Boot 2 and React full-stack demo project, from IDE setup and dependencies to project structure and database migrations with Flyway.

  • Starting The Server1:47

    Start the server by running the application, observe a failure due to a missing data source, then comment out the dependency to start Tomcat while planning database configuration later.

  • Defining The Main Model For Our Backend3:29

    Define a student model with first name, last name, email, gender, address, and enrolled courses; expose a rest endpoint to return the student list.

  • Creating Endpoint To Retrieve Students6:00

    Create your first Spring Boot endpoint that returns a list of students in json using a REST controller and get mapping at /students with hard-coded data.

Requirements

  • Be able to use computer
  • Some Java Knowledge
  • Be able to use terminal/cmd

Description

Spring Boot 2 allows to take an idea/prototype and turn it into a real thing in matters of hours. A lot of companies use Spring Boot because it's easy to setup, learn and write code very fast without having to setup the low level platform code. Recently, Netflix has decided to switch their entire backend to Spring Boot 2. This shows that Spring Boot is a must if you are or want to become a software engineer in the Java/Kotlin world.


This course teaches how to build a full stack application from the ground up and touches on very import concepts used in real live software development. Concepts such as:

  • Backend with Spring Boot 2

  • Fontend with React.js

  • Databases

  • Managing Database Schemas

  • Docker

  • Error Handling

  • Packaging applications for deployment

  • Deploying FullStack apps using AWS Elastic Beanstalk

  • Dependency Injection


This course focus on teaching you the process needed to build your own apps and deploy to real users. The skills gained at the end of this can be applied immediately on your own projects, university projects and at your work place.


What are you waiting for? I shall see you inside...

Who this course is for:

  • Beginners
  • Junior Developers
  • Senior Developers