I'm only two hours in.. I want to applaud you for giving us such an in-depth guide on building a full stack application. Currently a year out from graduating for my BSCS and we haven't covered a fraction of the real world material this video has already provided. Thank you Junior!
@@GetArrays please can u make a practical tutorial of a system where user can pay rent using paypal and the admin have a list with the payment status of each user, but the status needs to change automatically depending on the payment condition
I'm not a novice in software development, but i really enjoy the course and that's why: No one of teachers on TH-cam hasn't explain an advantage of concrete planing and documentation of project before starting it! Do it before start coding! Especially thanks for JPA + JDBC approaches!
Absolutely terrific project course! We definitely need more advanced courses like these best practices that align the real world. TH-cam is so full of beginner courses, and it's so refreshing to see an Advance course like this.
Hi Junior. Thank you for your time and great tutorials. Just a hint/tip for new developers: as a good practice, the repository layer should have only the logic to work with the database. In this case, it performs validations, notifications, etc. All these things should be in the service layer, which is in charge of handling all our business logic.
There can be database validations. For example, determining if an email already exists is a database validation. But something like is the user a gold member in our company is a business logic that should be handled in the service layer. I let it up to you too handle business logic. You can see I have a whole business layer that has mostly no logic.
Thank you very much. Amazing job. One question. I realize that it took you a long time to prepare all of this. Your time and knowledge are very valuable. Will this course ever cost a little less? For me at the moment it's a bit too much, but if there is no way out, will have to spend some money.
Hello, thank you for creating such a great course. But with a cost of $100, I think I cannot afford to experience this course. Since I'm still a student, it's a bit overwhelming for me. I hope you can reduce the price of the course so that I and many others can experience it. Thank you very much! 😇
Thank you for this amazing video, this was one of the best videos i watched ever. juste i wanna ask you why you did create tables in schema.sql why you didn't create entites and repository? is this method recommanded for work ? or it is the same thing ?
Thank you for sharing this incredible video; it was truly one of the best I've ever watched. I have a question: why did you create tables in schema.sql instead of creating entities and repositories? Is this approach recommended for work, or is it equivalent in terms of functionality and best practices?
Junior you're special.Thanks immensely for curating this precious tutorial. I have just begun with it and i'm application.yml stage. I will follow this to the end then build another system that will help me review pending credits because I'm currently a Tech support engineer in a Fintech company in Nigeria. I'm looking to switch to Software development fully.
Great content, I have a question for the 'Full course payed material', section CI/CD Pipeline - AWS is practically to dockerize and port(CI/CD) the application to AWS running instance(domain etc.) ? Super thrilled for the content, awaiting repply. Thanks man, premium content! (I presume support also provided somehow ?)
@@joaopereira6435 the course is great I would recommend you just click it has a lot that left you with answers in sooo many corners especial authentication and authorisation
It looks like it will be the best course I will ever take! Could someone tell me the difference between following this content and the paid version? Earning money in my country is difficult, but if I miss the most important part of the course, I will sell my bicycle to get it.
Thank you for one more amazing course. Im currently started your Udemy course which don't cover newest Spring, yet its valuable in many other ways as well. May i ask if you plan to include this course any time soon also in your Udemy selections?
Hi Junior, your courses are really amazing. I had subscribed three of your courses in Udemy. I waited this course since last year, when you sent your notification about this new course you were doing. I am really sad you can't decrease the price of your course, 100€ is too high for me. 😢
i was just doing my research cause i have to do a final year project this period and boom i saw this oooh wow thank you so much my brother you have blessed so many people around the world.. you are a hero but i wanted to know something whe you say resources do you mean Controllers?
The course looks amazing I'm sure you put months into creating it but $100 is a bit steep when most Udemy courses are closer to $15. Even at $40 I would definitely do it. I would much rather give the money directly to you on your site but $100 is just a lot for anything that isn't a lifetime membership.
@@joaopereira6435 Hopefully ! I'm really wish to get the course too, but the cost is beyond me now. But It is surely high quality so I get why he'd want to price it that way.
At 1:14:00 if you get errors just remove the sql dialect from the file since springboot does it automatically. So remove or comment: database-platform: dialect:
This looks great! Unfortunately being from Argentina, I am unable to buy the course since I can't pay through PayPal. Are you planning on adding another payment method?
Great course! Just a question...I still don't understand why to use a different UserRoles table instead of adding a FK of the Role to the User, is just a personal preference? Is there any advantage? Thanks for sharing your knowledge :)
Because the role table has permissions as well. And each entry is unique. Also, it’s just a design choice. You can just use one Role table and design it a different way.
Great course!!!!... I would like to request you to create a full stack project on microservices also as there aren't many good project available on micoservices....
thank you so much, you work is fabulous and very clear. Do you have any suggestions on courses or where/how to learn things? I value your experience and ability so i'm gonna follow any advice. Also what do you think of the AI storm? Is it gonna take over the web dev jobs? I'm a bit scared to be honest... Have a nice day (sorry if i said something wrong, i'm not that well-spoken)
You're welcome. You learn something depending on your goal. Do you want it for a job? For your own projects? Etc. It's not the easiest decisions. There is no one answer. The real answer is, it depends.
I did not get one thing, in the beginning when you were writing the sql query file for creating each table, you used "DROP IF EXISTS". WOuldn't it delete all the tables each time you restart the application and all the data will be lost ?
@GetArrays please can u make a practical tutorial of a system where user can pay rent using paypal and the admin have a list with the payment status of each user, but the status needs to change automatically depending on the payment condition
I wanna ask 2 questions : Who are the users of the app? Are they the clients/invoice managers What is the purpose of the app is it managing invoices/clients?
Just Started looking at your Videos. Project looks very good, I want to buy it, but looks outdated in terms of spring security etc. As i can see Spring boot version 2.7 very old version. When you are planning to update it with latest ? Or do you have any updated repository of this project ?? Please reply
Thank you for the tutorial! Anyway, when I re-run application I got error - Cannot drop table 'users' referenced by a foreign key constraint 'userroles_ibfk_1' on table 'userroles'. I googled and found that cant be dropped parent table before children, also I found solution and there are different approaches. But I tried to find if I skip something or did different than you and it seems to me that I got it right. Also if I delete tables in mysql work bench works fine... Any clue what could be different? :/
I also had this error but I'm using postgres instead of mysql, I added the keyword "CASCADE" to the DROP TABLE IF EXISTS USERS query so that it will force the drop and it worked, I'm not sure if it's the best solution tho...
really amazing the way you are teaching everything in this course but 100$ for the purchase is like 11K+ which is a lot for me as a student. Do you have any other course similar to this? or if i just do the 5hr part is it still going to be beneficial? Thank You
hi i just ran into your channel, really amazing all you have here. I was wondering, im interested in buying the course, but do you have a coupon code or something that could maybe reduce the price a little bit? thanks
hello , i have one question , why did you call the email service inside the repo knowing that this is not the best practice to do because this is a violation of Separation of Concerns concept ? please answer me ASAP , thanks
Why is the title is spring boot 3 but you use spring boot 2.7.2 in spring initializer. Edited: Oh i see you updated it, anyway thank you for your hard work.
Hi Junior pls how to allow access to employee resource when we already been logged. follow as your demo. i d'on want to provide access token each time i'm access some resource. first of all thank you for amazing video courses.
.sessionManagement(sess->sess.sessionCreationPolicy(SessionCreationPolicy.STATELESS)) this will make you able to access any ressource without to provide a token anytime you want to access it ( if you're authorized)
If I buy the full course, is there a way I can use the TH-cam app to watch it so I can watch it on my tv? It seems I could only watch the rest of your course on your website on my laptop
@ 01:36:44, I think 1 to 1 relationship is not proper as one role can be assigned to many users, One to many is the correct one, thus We make sure every user has a Role.
You just gained a new follower, i have been looking for a tutorial that will tecah me every each step. If this course is on Udemy, please let me know sir. And am also developing a fullstack application and this course will help me alot.
Great content, one of the best on youtube. I really like the design, and everything you put in the app. I was wondering, if there is any way that you can build everything same using React on frontend only? Maybe with reduxjs or with context api? I would really like to see this app rebuilt in react on front and with same functionalities. God bless you !
Hi. I am unable to purchase this training. because the payment refuses bank cards from my home. these same cards with which I make purchases on Udmy. The PayPal payment failed and the money was refunded to me. what to do? I am in Cameroon and I need this training.
For what level of experience is this course recommended? On a scale from junior to senior, what level of skills will a developer gain after completing this paid course?
Technically the app of this course is not built on Spring Boot 3 like it says in the title but on the 2.7.2 version. Of course it is still a very interesting and pro level course.
thank you for an amazing resource but for the beginners help us to get the full course for free we will pay for the next. Thanks for understanding my wish
@@mahdiandalib186 you can learn what you want. If you want to learn angular just go to the angular sections. Front end app is the same, no matter what the API technology is.
Is this course include base role authentication? I mean is there roles like "Admin, user, ..." and features the admin can do but the normal user cant. Because he said there is some stuff he didn't show in this course but he showed them in his paid course. kinda confused why he have his paid course here for free. I need to start learning can anyone answer me pls?
Hi when trying to buy it redirect me to teachable plateforme, why? I dont understand, is it a 100$ per month or 100$ for the course, i want to get it well, i dont want a subscription to pay each month, i want only the course, please inligh me
I'm only two hours in..
I want to applaud you for giving us such an in-depth guide on building a full stack application. Currently a year out from graduating for my BSCS and we haven't covered a fraction of the real world material this video has already provided.
Thank you Junior!
You’re welcome
Hi I bought this project , but it is not word
@@GetArrays please can u make a practical tutorial of a system where user can pay rent using paypal and the admin have a list with the payment status of each user, but the status needs to change automatically depending on the payment condition
I'm not a novice in software development, but i really enjoy the course and that's why: No one of teachers on TH-cam hasn't explain an advantage of concrete planing and documentation of project before starting it! Do it before start coding! Especially thanks for JPA + JDBC approaches!
Absolutely terrific project course! We definitely need more advanced courses like these best practices that align the real world. TH-cam is so full of beginner courses, and it's so refreshing to see an Advance course like this.
Hi Junior. Thank you for your time and great tutorials. Just a hint/tip for new developers: as a good practice, the repository layer should have only the logic to work with the database. In this case, it performs validations, notifications, etc. All these things should be in the service layer, which is in charge of handling all our business logic.
There can be database validations. For example, determining if an email already exists is a database validation. But something like is the user a gold member in our company is a business logic that should be handled in the service layer. I let it up to you too handle business logic. You can see I have a whole business layer that has mostly no logic.
From where can we get the source code.@@GetArrays
@@shubhamagarwal7179stop trying to steal code for your cv bro lmao
@@GetArraysتح٩
lol, If I want to learn about was and deploy this code, I need this more.@@spartanghost_17
Thank you very much. Amazing job. One question. I realize that it took you a long time to prepare all of this. Your time and knowledge are very valuable. Will this course ever cost a little less? For me at the moment it's a bit too much, but if there is no way out, will have to spend some money.
Hello, thank you for creating such a great course. But with a cost of $100, I think I cannot afford to experience this course. Since I'm still a student, it's a bit overwhelming for me. I hope you can reduce the price of the course so that I and many others can experience it. Thank you very much! 😇
$100?
Great. I am an experienced java dev. Backend lead. I wanted to learn this
Bro how to best learn Spring? I'm gonna learn it after placements are over this July. Currently learning MERN stack
@@gradientO by doing it obviously . Theory and then practice . Mern stack and spring boot are similar .
Thank you for this amazing video, this was one of the best videos i watched ever. juste i wanna ask you why you did create tables in schema.sql why you didn't create entites and repository? is this method recommanded for work ? or it is the same thing
?
Thank you for sharing this incredible video; it was truly one of the best I've ever watched. I have a question: why did you create tables in schema.sql instead of creating entities and repositories? Is this approach recommended for work, or is it equivalent in terms of functionality and best practices?
Junior you're special.Thanks immensely for curating this precious tutorial. I have just begun with it and i'm application.yml stage. I will follow this to the end then build another system that will help me review pending credits because I'm currently a Tech support engineer in a Fintech company in Nigeria. I'm looking to switch to Software development fully.
You're very welcome!
Great content, I have a question for the 'Full course payed material', section CI/CD Pipeline - AWS is practically to dockerize and port(CI/CD) the application to AWS running instance(domain etc.) ? Super thrilled for the content, awaiting repply. Thanks man, premium content! (I presume support also provided somehow ?)
All I had to do is to click and purchase the whole course I can now enjoy learning fullstack
how's going? Can you share some feedback?
@@joaopereira6435 the course is great I would recommend you just click it has a lot that left you with answers in sooo many corners especial authentication and authorisation
One of the most detailed course on youtube! Can you pls add chat functionality between the authenticated users?
It looks like it will be the best course I will ever take! Could someone tell me the difference between following this content and the paid version? Earning money in my country is difficult, but if I miss the most important part of the course, I will sell my bicycle to get it.
Thank you for one more amazing course. Im currently started your Udemy course which don't cover newest Spring, yet its valuable in many other ways as well. May i ask if you plan to include this course any time soon also in your Udemy selections?
Great video, just bought the course, Please consider doing one for a social networking application using Spring Boot and Angular
Hi Junior, your courses are really amazing. I had subscribed three of your courses in Udemy.
I waited this course since last year, when you sent your notification about this new course you were doing.
I am really sad you can't decrease the price of your course, 100€ is too high for me. 😢
link of his courses in udemy please
You can learn without a full course. there is tons of content in the internet. practicing is the key afterall.
i was just doing my research cause i have to do a final year project this period and boom i saw this oooh wow thank you so much my brother you have blessed so many people around the world.. you are a hero but i wanted to know something whe you say resources do you mean Controllers?
Yes. Because when it’s REST API, resource is use. But controller is also fine.
Thank you very for the half party 😅, I had learned more. But it’s difficult for us in some place in Africa to buy the complete course.
The frontEnd project is in the full course?
I'm a beginner in Angular and i wanted to take a look into.
The course looks amazing I'm sure you put months into creating it but $100 is a bit steep when most Udemy courses are closer to $15. Even at $40 I would definitely do it. I would much rather give the money directly to you on your site but $100 is just a lot for anything that isn't a lifetime membership.
Lets hope for a coupon or even a sale
@@joaopereira6435 Hopefully ! I'm really wish to get the course too, but the cost is beyond me now. But It is surely high quality so I get why he'd want to price it that way.
@@raymondagholor2745 There's no point creating high quality courses if students are not able to take them because of affordability.
At 1:14:00 if you get errors just remove the sql dialect from the file since springboot does it automatically.
So remove or comment:
database-platform:
dialect:
Hi, great video. Why you don't use jpaRepository for queries? Thanks
He explained the reason why if you watch the video.
This looks great! Unfortunately being from Argentina, I am unable to buy the course since I can't pay through PayPal. Are you planning on adding another payment method?
Nice tutorial/course.
One question, can we use database procedure instead if pure sql statements, if yes, how can we do that?
Yes. It can get tricky but yes.
Great course! Just a question...I still don't understand why to use a different UserRoles table instead of adding a FK of the Role to the User, is just a personal preference? Is there any advantage? Thanks for sharing your knowledge :)
Because the role table has permissions as well. And each entry is unique. Also, it’s just a design choice. You can just use one Role table and design it a different way.
Thanks , God bless you , one of the great tutorials , We request to complete the front end part and integrate with the same backend .
I wish I had someone to share the cost burden of the course... I really need this!.... Hi Junior, can you give any discount, please
This is awesome. Started learning following this! 🎉
great video thanks. can you do with also spring boot 3 and react ?
.
Great course!!!!... I would like to request you to create a full stack project on microservices also as there aren't many good project available on micoservices....
thank you so much, you work is fabulous and very clear. Do you have any suggestions on courses or where/how to learn things? I value your experience and ability so i'm gonna follow any advice. Also what do you think of the AI storm? Is it gonna take over the web dev jobs? I'm a bit scared to be honest... Have a nice day (sorry if i said something wrong, i'm not that well-spoken)
You're welcome. You learn something depending on your goal. Do you want it for a job? For your own projects? Etc. It's not the easiest decisions. There is no one answer. The real answer is, it depends.
I did not get one thing, in the beginning when you were writing the sql query file for creating each table, you used "DROP IF EXISTS". WOuldn't it delete all the tables each time you restart the application and all the data will be lost ?
the most greatest and wonderful spring boot content entire youtube. I really amazed by this video
i agree this is the most insightful video ever🫶🏾🫶🏾🫶🏾
agreed!
@GetArrays please can u make a practical tutorial of a system where user can pay rent using paypal and the admin have a list with the payment status of each user, but the status needs to change automatically depending on the payment condition
I wanna ask 2 questions :
Who are the users of the app? Are they the clients/invoice managers
What is the purpose of the app is it managing invoices/clients?
Just Started looking at your Videos. Project looks very good, I want to buy it, but looks outdated in terms of spring security etc. As i can see Spring boot version 2.7 very old version. When you are planning to update it with latest ? Or do you have any updated repository of this project ?? Please reply
There’s no updates for this course. New courses coming out this year. However, I will say 95% of everything in this course is still relevant.
Thank you for the tutorial! Anyway, when I re-run application I got error - Cannot drop table 'users' referenced by a foreign key constraint 'userroles_ibfk_1' on table 'userroles'. I googled and found that cant be dropped parent table before children, also I found solution and there are different approaches. But I tried to find if I skip something or did different than you and it seems to me that I got it right. Also if I delete tables in mysql work bench works fine... Any clue what could be different? :/
I also had this error but I'm using postgres instead of mysql, I added the keyword "CASCADE" to the DROP TABLE IF EXISTS USERS query so that it will force the drop and it worked, I'm not sure if it's the best solution tho...
hello thank you for the video i really appreciate what is done but i can i have the frontend part and also the invoice and customer managemennt
really amazing the way you are teaching everything in this course but 100$ for the purchase is like 11K+ which is a lot for me as a student. Do you have any other course similar to this? or if i just do the 5hr part is it still going to be beneficial?
Thank You
www.getarrays.io/p/full-stack-spring-boot-angular-professional?coupon_code=SPECIAL&product_id=4206109
i will be able to follow along with spring boot 3? this is 2.7.2
Hello, will you upload the rest of the course, or will it only be available to those who pay?
Thank you for the amazing work as usual!!!
hi i just ran into your channel, really amazing all you have here. I was wondering, im interested in buying the course, but do you have a coupon code or something that could maybe reduce the price a little bit? thanks
hello , i have one question , why did you call the email service inside the repo knowing that this is not the best practice to do because this is a violation of Separation of Concerns concept ?
please answer me ASAP , thanks
may i know sir which version of angular in this course use?
Bro, you are a blessing thank you so much for all your hard work🙏
My pleasure!
@@GetArrays please release rest of content on youtube. sincerely I want this course. I have completed 5 hrs wating for rest of them
Hi Junior, will there be following updates for this course on the website?
Why is the title is spring boot 3 but you use spring boot 2.7.2 in spring initializer.
Edited: Oh i see you updated it, anyway thank you for your hard work.
I don't mislead. What I say is what I show in the content. This is a real teaching channel.
Is there any discounts or coupon code ?
Hi. I would love to know if there is a coupon for this course, since I live in Brazil.
Yes: www.getarrays.io/p/full-stack-spring-boot-angular-professional?coupon_code=SPECIAL&product_id=4206109
Thank you for such a great project.
Hi Junior pls how to allow access to employee resource when we already been logged. follow as your demo.
i d'on want to provide access token each time i'm access some resource.
first of all thank you for amazing video courses.
.sessionManagement(sess->sess.sessionCreationPolicy(SessionCreationPolicy.STATELESS)) this will make you able to access any ressource without to provide a token anytime you want to access it ( if you're authorized)
Thank you for great project. I want to watch the sequel but it's expensive.
I understand. I have a coupon. www.getarrays.io/p/full-stack-spring-boot-angular-professional?coupon_code=SPECIAL&product_id=4206109
If I buy the full course, is there a way I can use the TH-cam app to watch it so I can watch it on my tv? It seems I could only watch the rest of your course on your website on my laptop
I don't think so. You can download the videos though, from the website.
@GetArrays thanks - how would I do that please? I looked at the first videos available without buying but there was no option to download
Is this part also gave frontend??
@ 01:36:44, I think 1 to 1 relationship is not proper as one role can be assigned to many users, One to many is the correct one, thus We make sure every user has a Role.
Keep watching. I changed it later.
Thanks Junior, but i have a question. This is responsive web app?
Yes, it is
I would love to take the full couse but I dont have the 100$. Can't afford it.
me too
You just gained a new follower, i have been looking for a tutorial that will tecah me every each step. If this course is on Udemy, please let me know sir. And am also developing a fullstack application and this course will help me alot.
What tool did you use for the architecture design?
Draw io
Hello,
why not using jpa to create the entities in the database ? Also why not using JpaRepository ?
I will. Later in the course, for Customers and Invoices.
@@GetArrays where please ? cannot found that video ?
Great content, one of the best on youtube. I really like the design, and everything you put in the app. I was wondering, if there is any way that you can build everything same using React on frontend only? Maybe with reduxjs or with context api? I would really like to see this app rebuilt in react on front and with same functionalities. God bless you !
React coming soon
Can i get the souce code link@@GetArrays
Très bon cours on veux une version française ❤ merci
Will this course be available on Udemy?
Thanks for the best tutorial. Has it another part?
www.getarrays.io/p/full-stack-spring-boot-angular-professional
@@GetArrays It is expensive bro!
Where can I find your course? It is excellent
www.getarrays.io/p/full-stack-spring-boot-angular-professional
Hi all ,
Any comments or suggestions from those who have followed the full version?
thanks bro , greatings form Panama
Glad it helped
Thank you for your great job!
Hey junior, Can’t see deployment part on your website. Why? Is it not finished yet?
I’m recording the videos. Will upload soon
Can you please give us a link for all the resources that you mentioned i can't get the full schema script the MD file and drawio file please ?
It’s a paid course. This is only the free version. You need to take the course to get the source code. The links are in the video description
what technology do i need to understand to do this type of project?
Please see the pre-requisites section
nice thank you so much, Liked 👍 and subscribed
Is it available to download and watch this course locally after buying?
Yes
@@GetArrays excellent
Hello, is this project on Udemy?
Hi. I am unable to purchase this training. because the payment refuses bank cards from my home. these same cards with which I make purchases on Udmy. The PayPal payment failed and the money was refunded to me. what to do? I am in Cameroon and I need this training.
Hi Romeo, there is nothing I can do if you can't buy the course. I don't have control over the payment method. I apologize for the inconvenience.
Great Job brother.
For what level of experience is this course recommended? On a scale from junior to senior, what level of skills will a developer gain after completing this paid course?
Senior level. It is very advanced
Hi, can you please provide the complete course on UDEMY? @GetArrays
we realy appreciate it. Merci
can u show us ur neovim setup ?
github.com/juniorro/config
Technically the app of this course is not built on Spring Boot 3 like it says in the title but on the 2.7.2 version. Of course it is still a very interesting and pro level course.
Keep watching. It gets updated.
May I know how is buying the course different from the TH-cam one?
This course is over 30 hours long. That’s just a 5 hour excerpt
@@GetArrays cool thanks for such a quick reply. I am buyingA it
Can I have a coupon?
@abrahamsecoe87 hey did you buy it?
@@nazarpashayev Yes I did
hi what's diff between this and course upload on your website
This isn't the full course. The course is over 24 hours long. This is only 5 hours.
Great vid! Only one thing, i can't execute schema.sql at the start of the application, has anyone the same problem?
You need to set sql init mode to always in your configuration.
@@GetArrays done, still not working
thank you for an amazing resource but for the beginners help us to get the full course for free we will pay for the next. Thanks for understanding my wish
at 1:06 i see spring boot 2.7 is selected instead of spring boot 3, I hope this changes later on.
Yes it does.
Wow!
I'm willing to join resources to be able to get the course. I dont know how this can be done, but if there's any way, somebody please holla at me.
Hello, i'm very intrested by this course, can you please send me link to buy it in Udemy thanks a lot
In the description you’ll see the link to the course. The course is not on Udemy
how can i decribe in my resume
The course is amazing yet expensive ($120)
Hi, please use this link for a coupon: www.getarrays.io/p/full-stack-spring-boot-angular-professional?coupon_code=SPECIAL&product_id=4206109
Question : is this deploy to AWS?
Yes - Using ECS fargate through a CI/CD pipeline with Github and Code Build
Great course
should we know spring boot inorder to watch this tutorial? because i only know angular and u have written spring boot apij?...
You can just skip the to Angular section in the course.
@@GetArrays if i only watch the angular part will i be able to come along u in the course? what about the backend settings and api?...
@@mahdiandalib186 you can learn what you want. If you want to learn angular just go to the angular sections. Front end app is the same, no matter what the API technology is.
@@GetArrays thx, i will and will you provide the api in the course? or i have to use random api's or json server?
Is this course include base role authentication? I mean is there roles like "Admin, user, ..." and features the admin can do but the normal user cant. Because he said there is some stuff he didn't show in this course but he showed them in his paid course. kinda confused why he have his paid course here for free. I need to start learning can anyone answer me pls?
Role based access control, as shown in the demo. This is the free version of the course. Please see the video description for the full course.
Good job
Hi when trying to buy it redirect me to teachable plateforme, why? I dont understand, is it a 100$ per month or 100$ for the course, i want to get it well, i dont want a subscription to pay each month, i want only the course, please inligh me
There’s no subscription. It’s a one time payment for the course. And the course is released on Teachable
Can I have a coupon?