• Post category:StudyBullet-13
  • Reading time:4 mins read


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

What you will learn

The student will learn the basics of RESTful API development with NestJS

How to create a Full Stack Todo List Application

Learn how to use TypeORM

Learn to consume JSON with Ionic React

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 NestJS and Ionic React. It focuses heavily on designing a backend RESTful Web Service with CRUD functionality that sends data to a Ionic 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, NestJS, 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

  • Ionic React Hooks
  • Ionic React Functional Components
  • HTTP Requests with Fetch
  • CRUD Methods
  • NestJS
  • 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 Ionic React and NestJS.

English
language

Content

Introduction

Introduction

Create NestJS CRUD TodoList

Create NestJS Project
Add NestJS TypeORM Dependencies
Generate NestJS Resource
Create TypeORM Entity
Create Initial NestJS Data Service
Add NestJS Get and Create Todo Services
Add NestJS Update and Delete Todo Services
Add NestJS Todo Controller Methods

Build Ionic React FrontEnd

Ionic React Todo Project Setup
Create Ionic HTTP Service
Create Ionic List Item Component
Add Styling to Ionic List Item
Add Todo HTTP Service Methods
Add List Component
Add Ionic Todo Form
React Bug Fixes