Learning Monorepo(Angular, Vue3, React) with Nx and Django from Project - Part1

Опубликовано: 03 Апрель 2026
на канале: polyglot-engineer
395
5

This is introduction about series of tutorial that i going to make.

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
00:00:00 - Intro
00:01:08 - What do you need to know before start
00:02:48 - Install VirtuanEnv for django
00:03:50 - create requirement.txt file
00:04:08 - Install django rest framework
00:08:32 - Install Thunder Client
00:08:49 - lock the version of django package
00:09:57 - implement API
00:10:43 - Recreate API user view
00:11:59 - Cecreate API user serializer
00:14:49 - Create API register view
00:15:40 - Create API register serializer
00:20:01 - Install swagger
00:21:20 - Check API with Thunder Client
00:22:59 - Create Schema database
00:25:08 - Setting Folder based on schema database
00:35:36 - Add Application in Settings
00:37:47 - Create Serializer and View based on schema database
00:48:30 - Set API URL
00:53:00 - Check Swagger
00:53:38 - Quick Note

Frontend (Vue3)
00:53:52 - Vue3 StandAlone
00:56:49 - install @vee-validate/zod
00:58:08 - install Pinia
00:59:54 - Setting router for Vue3
01:00:51 - Sett Vue3 Page
01:04:47 - add meta for each Router except login and register
01:06:08 - create root store
01:19:59 - Change Set Login Logic
01:26:07 - Set fetch Service
01:44:25 - set interface with zod

Backend
01:50:35 - Add created and Updated in model django
01:58:25 - Add Change Log Model
02:03:00 - setting apps.py and signals

Monorepo
02:12:27 - Settings Monorepo
02:24:55 - Install Tailwind and Other Package
02:32:42 - Setting Tailwind for Monorepo
02:37:33 - Outro

Buy me a coffe:
  / polyglotengin.  .
https://paypal.me/polyglotengineer89
https://buymeacoffee.com/polyglotdev

Follow Me on SocialMedia:
  / polyglotengineer89  

Join My Discord
  / discord  

GIthub Section ▬▬▬▬▬▬▬▬▬▬
Vue3
https://github.com/muhyasin89/Youtube...

monorepo
https://github.com/muhyasin89/Youtube...

Django
https://github.com/muhyasin89/Youtube...