• Post category:StudyBullet-7
  • Reading time:5 mins read


Learn to build a Full Stack Kotlin and React Application in No Time

What you will learn

Learn how to use Kotlin with Spring Boot

Learn how to build a RESTful Web Service

Learn how to use React to Consume JSON Data

Learn to build a Full Stack Application

Description

If you’re tired of long courses and just want to learn basic web development this course is for you. This course was built with the goal of teaching the students how to use Kotlin, Spring Boot, and React. It focuses heavily on designing a backend RESTful Web Service with CRUD functionality that sends data to a React Front End Application.  This is an entry-level course that focuses on building and reinforcing some of the techniques used by developers to build a full-stack application.

In this course, we start by learning what tools you need to create a full-stack Before taking this course, it is recommended that you have an understanding of skills such as Javascript, Kotlin, Java, Basic SQL, or ORM development. If not we’ll touch on some of those topics early in the course but it is still recommended to have a better understanding.

When going through this course you may come across subjects that you are familiar with as well as those that are completely new to you.


Get Instant Notification of New Courses on our Telegram channel.


Some of the topics touched upon include

  • React Hooks
  • React Functional Components
  • HTTP Requests with Fetch
  • CRUD Methods
  • Kotlin Programming Language
  • Spring Boot
  • Database Migrations
  • ORMs

When taking this course, please know that you can take your time because you will get access to support along the way. By the time you finish this course, you should feel comfortable creating a full-stack web application with React, Kotlin, and Spring Boot.

English
language

Content

Introduction

Introduction
Disclaimer
Install Java

Create Kotlin Spring Boot Todo API

Install IntelliJ
Create Kotlin Spring Boot Project
Connect Database to Spring Boot
Add Kotlin JPA Entities to Spring Boot
Add Kotlin Controller to Spring Boot
Add Get Request Methods to Spring Boot
Add Update Request Methods to Spring Boot
Add Delette Request Methods to Spring Boot

Create React Todo Front End

Create Todo React App
Create Initial Project Structure
Create Todos Service Part 1
Create Todos Service Part 2
Create Todo Form Part 1
Create Todo Form Part 2
Create Todo Form Part 3
Create Todo Item Part 1
Create Todo Item Part 2
Build Tabs For Todos
Build Props for TodoList
Build TodoList Refresh Hooks
Finish TodoList and Fix bugs