actually this is the best school system I have ever seen in youtube; one thing though , it’s missing the landing page which should be public for all to see 😊; I love this, hopefully I will learn a lot from thia. Greetings from Tanzania 🇹🇿
for the backend, I prefer Convex, which as of now it’s framework which handles from authentications to database. But, I believe we’ll learn a lot from what you have planned already 😊
i love the way you structure your page by giving a full detail of each sector and what it's going to contain for example, {*left*/} and {*right*/}. It's always well laid out.
I think you give one of the clearest explanations on Tailwind lol. Extremely structured explanation on what each block does, this has allowed me to follow along with your train of thoughts. Like what you did with {/* LEFT BLOCK */} and {/* RIGHT BLOCK */}. This is so much better than following a tutorial where the guy just verbalize a bunch of code he is typing lol. Amazing content!
Fantastic Tutorial. Yes, I want to see the 2nd part of this video. Backend Technology: Node with Express + MongoDB / Postgress + JWT Authentication + Dynamic Role and Permission Management from admin + Redis
Very good tutorial. Just a quick comment, for perfect responsive designs it is good to make good use of both Grid and Flexbox. Being confident with these helps create more fluid designs. Appreciation from Kenya 🇰🇪🇰🇪
Very lovely project lama.. once more kudos to you on all your efforts. So for back end, i'd love to see your approach on micro-services in Nodejs. Maybe with nestjs or the usual node-express. Thanks for all your efforts once more.
This is exactly what i’m looking for. I’ve been trying to create my own e-learning platform (just for training) but I’ve been struggled with all the models and their relations, especially with schedules. I’d really love to see the back end part 😊. I’d root for MongoDB and Express if possible. But other technology is also fine. Thank you very much Lama ❤ ❤❤
My brother, this project is GOLD. Please encourage everyone to appreciate LAMA Dev by liking and subscribing to the channel. Next time, can you build a music distribution dashboard project with all the functionalities required in the music industry?
This is amazing. I was always looking for multi role application. Please dont use clerk, if possible either use next auth or custom login to better understand the whole application.
@@memester6496 exactly mate; Clerk or Kinder are simple but not ideal for learning because they do a lot by them self which makes it harder impliment similar things without using the service. I prefer authjs (next auth) or Convex which can handle everything from auth to database
Great video, easy to follow and very complete! 👍 For the backend, I'd like to see a NestJS + Drizzle + PostgreSQL (maybe from Neon?) combo, with Lucia-Auth or Next-Auth as the authentication solution. I'd rather not see Appwrite or Convex because other channels already do that and those solutions are kind of a black box. I'd like to see the internals when it comes to authentication and data storage in DBs.
Thank you very much for this tutorial 🤩! I've always wanted to learn more about database & schema modeling for multi-tenant (B2B2C) use cases. Can you also build a CRM app tutorial like Go High Level or Hubspot ?
Gracias Llama dev sigo tu contenido y es muy especial, de corazon soy un fiel seguidor de tu contendido porque aprendo sobre react y nextjs, eres un excelente profesor, saludos desde Venezuela
Şafak Bey, ikinci bölüm olarak güzel bir backend projesi olursa süper olur! Pratik yapmam gerekiyor, ve sizin detaylı videolarınız çok yardımcı oluyor. 🙏🏻
thank you for this tutorial. very instructive. I am creating a similar project. the functionality that I offer is: dark mode and the class list containing the students of each class.
Best Project Sir😊😊 Please can You add the Administrator Option to Register and Deregister Teacher. . All necessary approval. And the Notification panel from Admin to Teacher >>> Teacher to Students >>> Teacher to Parents 🙏🙏🙏
Use technologies that are commonly used in the industry, such as Node.js/Express.js with MongoDB or any SQL server. Thank you so much for this tutorial; it aligns well with industry standards, which is great for my work at Bosch.
Lama comes hot ...dont forget to like and subscribe....since we are using latest tech stack its only fair to go Hono, drizzle ORM and Neon(Postgres). I have used this stack and its amazing.
Thank you for your effort and good tutorials it's really helpful, I would like to suggest: Full stack Next.js with Drizzle, PostgreSQL and if we can use Zod and docker will be great. (I saw many web developers suggest Drizzle over Prisma for SQL databases)
Hi Lama Dev, your channel is awesome able to learn good coding styles and easily able to grab the concepts you Explain. Backend can be in Spring Boot + MySQL hope this can give us new knowledge in Spring Boot.
would love to see a postgresSQL / clerck usage for login and DB. Really love that, but .... What ever backend you chose, It will be a great educatinal video! Thankx!
Thank you, @lamadev. I’m wondering why the big calendar data doesn’t display once the month has passed. I have tried rewriting the code to show the calendarEvents, but without success. The events only appear when I change the month to the current one. Since the class subject schedule spans four months, how can I ensure that the events remain visible even after the month has passed? I would really appreciate your help with this.
I am really looking forward for the next part if you will use neon, firebase and drizzle ORM, and maybe even have a separate video of an lms linked to this dashboard so that teachers can create lessons and the like
This looks amazing! Excited to give it a try. Just some feedback on the title, at first I thought this was about ui design, but this is actually developing the front end. Don’t know if it’s worth renaming so you don’t lose potential viewers?
Wow. thanks for this awesome project, backend in my opinion node js (or for sure Nest.js) and the database can be Mongo or Po..Sql.. Thanks for sharing your knowledge..
This is another interesting project from LAMA, Please show how to deploy this project with backend to Hostinger BACKEND: STRAPI + MySQL OR nodejs + express + prisma OR sequelize + MySQL OR Postgres
I don't see the events on my calendar, even though I changed to the current one: { title: "Math", allDay: false, start: new Date(2024, 10, 7, 9, 0), end: new Date(2024, 10, 7, 9, 45), },
Whoooo, here we go again. Another massive free latest techstack tutorial from a pro. Heads down! 🎉 Paid courses are ashamed because of this.
Just finished building the UI and I loved it. Going onto building the backend and later add some more features to the site. Thanks to Lama
actually this is the best school system I have ever seen in youtube;
one thing though , it’s missing the landing page which should be public for all to see 😊;
I love this, hopefully I will learn a lot from thia.
Greetings from Tanzania 🇹🇿
Nice work waiting for backend, appwrite database
I'm from Ethiopia I love TZ ❤
@@PapiYoppia , great to hear that, please arrange a visit I will be your host ☺️
for the backend, I prefer Convex, which as of now it’s framework which handles from authentications to database.
But, I believe we’ll learn a lot from what you have planned already 😊
Very awesome 🎉🎉, plz make all features regarding school. It help us to earn money ❤❤❤❤❤
i love the way you structure your page by giving a full detail of each sector and what it's going to contain for example, {*left*/} and {*right*/}. It's always well laid out.
I think you give one of the clearest explanations on Tailwind lol. Extremely structured explanation on what each block does, this has allowed me to follow along with your train of thoughts. Like what you did with {/* LEFT BLOCK */} and {/* RIGHT BLOCK */}. This is so much better than following a tutorial where the guy just verbalize a bunch of code he is typing lol. Amazing content!
Backend : Nestjs + Prisma + Postgressql
@@MohammedAfroukh999 no hate, but drizzle is much better.
Or mysql❤
Or Laravel 💪
Yes, your suggests are awesome.
Exactly pro that is what we want
Backend : Express with prisma + mongo or Express with prisma + Postgresql
Nest js oo
with NEXT AUTH too
+1
MongoDB abeg
First 52 minutes done. Very nice! A clear step by step guidance. Great job!
Great job as usual! Lovely looking front end
For the backend I’d vote for: nodejs + express + prisma or sequelize + MySQL or Postgres 🎉
this is a very serious project, thanks @lama dev, patiently waiting for the backend
Great Tutorial. Looking forward to the part2. Thanks Lama Dev
Installation : 2:39
Pages And Layout Tutorial : 5:06
Tailwind Responsive Layout : 11:00
Tailwind Responsive Menu Design : 18:21
Tailwind Responsive Navbar design : 23:12
Admin DashboardDesign : 30:18
Animated Chart Tutorial : 40:02
Radial Chart With Re-Chart : 41:02
Animated Bar Chart Example : 52:42
Animated Line Chart Example : 1:00:11
LOVELY, I am on a school project right now.. This will help me a lot!
I can't keep up with your courses, but coming in and giving a like for your work is sacred! =)
Fantastic Tutorial. Yes, I want to see the 2nd part of this video.
Backend Technology: Node with Express + MongoDB / Postgress + JWT Authentication + Dynamic Role and Permission Management from admin + Redis
You are the best TH-cam teacher I ever seen on you tube
LAMA you are an excellent teacher.Thanks alot n God bless u abundantly for impacting and touching lives.Much love from Nigeria
Very good tutorial. Just a quick comment, for perfect responsive designs it is good to make good use of both Grid and Flexbox. Being confident with these helps create more fluid designs. Appreciation from Kenya 🇰🇪🇰🇪
Thanks, LamaDev! I'm so excited about the backend :)
Very lovely project lama.. once more kudos to you on all your efforts. So for back end, i'd love to see your approach on micro-services in Nodejs. Maybe with nestjs or the usual node-express. Thanks for all your efforts once more.
Hat off to the creator of such amazing tutorials. As googd as usual, thank you, Lama dev
Perfect project! Waiting for Backend!!!
Thanks so much for this massive project just comploted now I'm so excited for the next one Thanks so grateful
Hi Lama❤, finished the first portion.. waiting for the backend portion. Thanks a loooot
This is exactly what i’m looking for. I’ve been trying to create my own e-learning platform (just for training) but I’ve been struggled with all the models and their relations, especially with schedules.
I’d really love to see the back end part 😊. I’d root for MongoDB and Express if possible. But other technology is also fine.
Thank you very much Lama ❤ ❤❤
My brother, this project is GOLD. Please encourage everyone to appreciate LAMA Dev by liking and subscribing to the channel. Next time, can you build a music distribution dashboard project with all the functionalities required in the music industry?
Thank u so much brother. Alhumdullilah , I have completed your video and it has added massive to my knowledge base.
Thank you, brother. You are amazing to show it all of us for free. God bless you.
Incredible what you're doing for us developers brother.
❤ love it. For backend please use psql, caching, express deployment too
💯💯
Yes absolutely ❤❤
Yes❤
This is amazing. I was always looking for multi role application. Please dont use clerk, if possible either use next auth or custom login to better understand the whole application.
@@memester6496 exactly mate; Clerk or Kinder are simple but not ideal for learning because they do a lot by them self which makes it harder impliment similar things without using the service.
I prefer authjs (next auth) or Convex which can handle everything from auth to database
love the way you design UI
fantastic tutorial
for backend, express.js and SQL Server
Great video, easy to follow and very complete! 👍
For the backend, I'd like to see a NestJS + Drizzle + PostgreSQL (maybe from Neon?) combo, with Lucia-Auth or Next-Auth as the authentication solution.
I'd rather not see Appwrite or Convex because other channels already do that and those solutions are kind of a black box. I'd like to see the internals when it comes to authentication and data storage in DBs.
Backend --> Node js ( Express ) + Prisma + Mysql
Sir, tonnes of love for the content .
Please complete the second portion
with deployment too
Thank you very much for this tutorial 🤩! I've always wanted to learn more about database & schema modeling for multi-tenant (B2B2C) use cases. Can you also build a CRM app tutorial like Go High Level or Hubspot ?
My one and only youtube legend big up boss🔥🔥🔥🔥🔥
Gracias Llama dev sigo tu contenido y es muy especial, de corazon soy un fiel seguidor de tu contendido porque aprendo sobre react y nextjs, eres un excelente profesor, saludos desde Venezuela
work properly event calender?
Definitely, yes!! I need backend part
Şafak Bey, ikinci bölüm olarak güzel bir backend projesi olursa süper olur! Pratik yapmam gerekiyor, ve sizin detaylı videolarınız çok yardımcı oluyor. 🙏🏻
Great project! Waiting for Backend.
x2
🙌 USING NEXTJS + CONVEX 🔥🔥🔥🔥🔥
thank you for this tutorial. very instructive. I am creating a similar project. the functionality that I offer is: dark mode and the class list containing the students of each class.
Looks good! Backend: Nextjs, Drizzle, Neon, Authjs.
This a great project. For the backend, as it is a next.js project we can finish the backend with prisma and postgresql and the awesome server actions.
absolutely amazing content, thanks for uploading it
abi gerçekten bu içerikler için çok teşekkür ederim, her videodan da kendimi daha da geliştiriyorum.
Best Project Sir😊😊
Please can You add the Administrator Option to Register and Deregister Teacher. . All necessary approval. And the Notification panel from Admin to Teacher >>> Teacher to Students >>> Teacher to Parents 🙏🙏🙏
@@MrSirIsBroke ; Jaws droping suggestion. I up vote these features
Me too❤❤❤
Thank you very much for this big and high quality work ❤❤❤ wish u all the best
Backend - Express Prisma PostgreSQL
I appreciate you, for this great effort 🙏
It is awesome For the backend please Use Node js (nest Framework) with any Database (SQL or NON SQL)
Best dashboard i ve ever seen , we need the teacher can create questions to students and add students roaster and attendance
this is just grate to learn soo much from you, thanks man you are the best
it`s very wonderful!!!, thank you Lama
Use technologies that are commonly used in the industry, such as Node.js/Express.js with MongoDB or any SQL server. Thank you so much for this tutorial; it aligns well with industry standards, which is great for my work at Bosch.
i have loved this work; it's really cool and it's a good one for learning
man your tutorial always amazing
Just what I need Right now 🤣 you read my mind 😂❤
Lama comes hot ...dont forget to like and subscribe....since we are using latest tech stack its only fair to go Hono, drizzle ORM and Neon(Postgres). I have used this stack and its amazing.
Thank you for your effort and good tutorials it's really helpful, I would like to suggest: Full stack Next.js with Drizzle, PostgreSQL and if we can use Zod and docker will be great. (I saw many web developers suggest Drizzle over Prisma for SQL databases)
Hi Lama Dev, your channel is awesome able to learn good coding styles and easily able to grab the concepts you Explain. Backend can be in Spring Boot + MySQL hope this can give us new knowledge in Spring Boot.
Looking forward to complete it, Looks Great
would love to see a postgresSQL / clerck usage for login and DB. Really love that, but ....
What ever backend you chose, It will be a great educatinal video!
Thankx!
hey please do post up part-2 awaiting to complete the project. Great work hands up!!!
Thank you, @lamadev. I’m wondering why the big calendar data doesn’t display once the month has passed. I have tried rewriting the code to show the calendarEvents, but without success. The events only appear when I change the month to the current one.
Since the class subject schedule spans four months, how can I ensure that the events remain visible even after the month has passed? I would really appreciate your help with this.
Muito show todo o conteudo! Pretendo adicionar uma seção de parametrização: Notas/Média + Bimestres + Ano!
really awesome sir 😍😍😍😍😍😍
Nice tutorial of NextJS. Looking forward for video on collapsible menu with submenu sample.
Thank you Lama Dev for amazing tutorial. Just my opinion for the backend tech stack would be postgresql using prisma
work properly event calender?
I am really looking forward for the next part if you will use neon, firebase and drizzle ORM, and maybe even have a separate video of an lms linked to this dashboard so that teachers can create lessons and the like
Please make backend with prisma postgres redis and docker
awesome teacher with awesome effort
work properly event calender?
@@_Rifat big calendar is bad lol
Thank you very much for your work !!!
This looks amazing! Excited to give it a try. Just some feedback on the title, at first I thought this was about ui design, but this is actually developing the front end. Don’t know if it’s worth renaming so you don’t lose potential viewers?
You too Amazing to describe with words.
A project involving stacks like
Nestjs +redis+ mongodb +prisma+zustand
work properly event calender?
Thanks for such a great surprise 😍
Amazing curious to see what the backend looks like
Beautiful work bro
Backend : node/express.js + Prisma + Postgressql + typescript + lambda function + S3 bucket
thank you so much Backend : python + Postgressql
You are great man! Thanks!
LAMA you are an excellent teacher.sir plz include fee collections record in this project.
Backend: mongo or Express with prisma
Wow. thanks for this awesome project, backend in my opinion node js (or for sure Nest.js) and the database can be Mongo or Po..Sql.. Thanks for sharing your knowledge..
Obrigado pelos seus conhecimento, estão me ajudando muito com tailwind css
This is another interesting project from LAMA,
Please show how to deploy this project with backend to Hostinger
BACKEND: STRAPI + MySQL OR nodejs + express + prisma OR sequelize + MySQL OR Postgres
For Backend please use Node, GraphQL and MongoDB as a database. There is no extensive tutorials for this combination. Thank you for the great content
Next js Unit testing and full e2e testing..
Must needed tutorial
This tutorial is amazing.
When can we expect the second part.
Backend - reddis, node js, MySQL, prisma
Happy teachers day sir❤❤❤❤❤
Awesome! Thank you!
Nice one. I will like to see the student result backend with mongo db
i love it,thank you Sir.
I don't see the events on my calendar, even though I changed to the current one: {
title: "Math",
allDay: false,
start: new Date(2024, 10, 7, 9, 0),
end: new Date(2024, 10, 7, 9, 45),
},
Wonderful work Lama! Please do backend with either Postgresql or MongoDB plz Lama, cuz most businesses these days use them 😭
egarly waiting for the backend videooooooooooooooooooooo
Yess waiting for the backend......please can you consider using microservice architecture if it is possible