In this tutorial we will build a fullstack Flutter Todo App with all CRUD functionalities using Serverpod. We will also add Authentication using Serverpod. Postgres is used as the database. Docker is used to manage the database.
This is a beginner friendly tutorial.
Links:
Source Code: https://github.com/AslamThachapalli/serverpod-todoapp
@harkirat1 docker tutorial: https://youtu.be/fSmLiOMp2qI?si=nwejxfZH8acM6f5G
Reach me at:
Twitter: https://twitter.com/aslamdev912
LinkedIn: https://www.linkedin.com/in/aslam-thachapalli/
Timeline:
00:00:00 Introduction
00:04:00 Installing Serverpod
00:06:32 Creating a Serverpod project
00:12:06 Running our first server
00:21:22 Running server with a hosted DB
00:26:52 Installing and visualising db in PgAdmin
00:36:34 Running Flutter
00:38:25 Creating Todo Endpoints
01:05:04 Connecting endpoints with Flutter
01:36:54 Authentication
02:08:56 Relations in DB
02:29:05 Final app
02:31:39 Outro