× Course
Exams
Services
Student Certificates
Leaders Board
Feedback
Dedicated
Login
Courses Exams Services Student Certificates Leaders Board Feedback Dedicated Login

Full Stack IONIC and Flask

Course Image

This course is designed to equip learners with the skills to build full-stack applications using IONIC for the frontend and Flask for the backend. Aimed at intermediate developers, it covers the fundamentals of developing mobile apps with IONIC, a powerful cross-platform framework, and creating RESTful APIs with Flask, a lightweight Python web framework. Participants will learn how to integrate these technologies to develop, test, and deploy a fully functional web and mobile application. The course includes hands-on projects that guide through the process of setting up authentication, database interactions, and handling client-server communications. By the end of the course, students will have a comprehensive understanding of full-stack development and the ability to create versatile applications across different platforms.

Installing Ionic

Starting an App

Back-End & Front-End

Install PostgreSQL, Virtualenv & Flask

Create The Back-End and Front-End Directories

Link Database with Flask Back-End

Create Product Model (Table)

Flask REST API: Get All Products

Flask REST API: Create New Product

Ionic Create Product Model

Ionic Create Service and Display All Products

Update home.page.html

Flask Delete Product API

Add new product service

Use in onSubmit() function

Delete Product Service Function

Create Details Screen

improvements

Storage Service

Calculate total amount

Create Login Screen

Flask Create User Model

Flask Create new User API

Ionic Complete Registration User Screen

Flask Create Login API

Complete Login and Logout Ionic