Ali Khan Programmer
Ali Khan Programmer
  • 6
  • 112
TypeScript and Flutter # 6: How to write auth apis in TypeScript (part 1)
Hey folks, welcome to the sixth TypeScript and Flutter tutorial from this Full Stack Project.
Below are the points discussed in the video.
- Setup folder structure for writing signup api
- Write create user code in dbos file
- Write auth logic in auth services
- Call the auth logic from auth controller
- setup route to the auth controller from routes
- Live debugging and issues fixing
Here is the link to the init project:
github.com/AliKhan6/Demo-project.git
In the readme file you can find all the details you need to know about how to setup and run the project.
Let me know in the comments, if there is need of improvement in the course.
zhlédnutí: 6

Video

TypeScript and Flutter - Lecture # 5: Code Overview and Run Flutter App
zhlédnutí 10Před 28 dny
Hey folks, welcome to the fifth TypeScript and Flutter tutorial from this Full Stack Project. Below are the points discussed in the video. - Code Overview of TypeScript Project - Code Overview of Flutter Project - How to clean and get Flutter Packages - How to install Pods for Flutter IOS app - How to get packages for a IOS flutter app Here is the link to the init project: github.com/AliKhan6/D...
TypeScript and Flutter - Lecture # 3: Configure DB and Run PostgreSQL Project
zhlédnutí 29Před měsícem
Hey folks, welcome to the forth TypeScript and Flutter tutorial from this Full Stack Project. Below are the points discussed in the video. - Learn how to run PostgreSQL project - Check if the server is running smoothly - A walkthrough the DB connection code - A walkthrough the models and migrations - Walkthrough other necessary codes for concept Here is the link to the init project: github.com/...
TypeScript and Flutter - Lecture # 3: Setup and Configure Postgres DB - step by step guide
zhlédnutí 17Před měsícem
Hey folks, welcome to the third TypeScript and Flutter tutorial from this Full Stack Project. Below are the points discussed in the video. - Learn to setup Postgres DB in Mac, Linux and Windows - How to setup environment variables - How to establish database connection - How to check Postgres DB from terminal - How to run migrations and create tables Here is the link to the init project: github...
TypeScript and Flutter - Lecture # 2: How to setup project - step by step guide
zhlédnutí 23Před měsícem
Hey folks, welcome to the second TypeScript and Flutter tutorial from this Full Stack Project. Below are the points discussed in the video. - How to clone template project - How to setup and run Flutter app - How to setup and run TypeScript project - How to setup environment variables - How to run database migrations Here is the link to the starting project: github.com/AliKhan6/Demo-project.git...
TypeScript and Flutter - Lecture # 1 - Introduction and Overview | Full Stack Project
zhlédnutí 27Před měsícem
Hey gang, welcome to the first TypeScript and Flutter tutorial from this Full Stack Project. Below are the points discussed in the video. - Basic Project Template - An intro the course - What do you expect to learn from this course - High level overview of Flutter app - High level overview of backend project Here is the link to the starting project: github.com/AliKhan6/Demo-project.git Here the...

Komentáře

  • @SystemicForex
    @SystemicForex Před 13 dny

    Learned a lot of concepts from this video, thanks for sharing such a wonderful content.