Intermediate MERN course 2023 | POST, GET | Tailwind CSS | Part 2

Опубликовано: 17 Июнь 2026
на канале: Thabish Kader
423
19

In this course, we will dive into intermediate concepts for building web applications using the MERN stack (MongoDB, Express, React, and Node.js). We'll start by introducing TypeScript, a powerful superset of JavaScript that adds optional static typing and other features to the language. Then, we'll explore state management in react with the context api for managing the data and state of your React components. Finally, we'll take a look at Tailwind CSS, a utility-first CSS framework that can help you quickly and easily build responsive and visually pleasing user interfaces. Whether you're a seasoned web developer or just getting started with MERN, this video will provide you with the tools and knowledge you need to take your skills to the next level.

Code Link: https://github.com/Thabish-Kader/phon...

0:00 inital config
2:11 createing schema
4:40 POST endpoint (createing categories)
8:04 checking the post endpoint useing thunderclient
9:25 useing the category from client to create new category
12:49 UI for createing categories
13:55 AddCategories component
36:40 GET endpont for fetching all categories
39:40 fetching categories from client
46:45 Categories component