Teach Me Jenga: Building a Mock Online System with Django and React

TLDRLearn how to create a mock online system using Django and React, allowing users to create assignments and see the results on their profiles. Customize the user model to include student and teacher roles.

Key insights

🧱Teach Me Jenga is a tutorial series demonstrating how to build a mock online system using Django and React.

📚You can create assignments, answer questions, and see the results on your profile.

🔐The project uses Django Rest Framework Rest Auth for user authentication.

👨‍🎓The user model can be customized to include different roles, such as student and teacher.

💻The tutorial covers topics like serializers, customization, and validation in Django and React.

Q&A

What is Teach Me Jenga?

Teach Me Jenga is a tutorial series showing how to build a mock online system with Django and React.

What can I do in the mock online system?

You can create assignments, answer questions, and see the results on your profile.

What is used for user authentication?

The project uses Django Rest Framework Rest Auth for user authentication.

Can I customize the user model?

Yes, the user model can be customized to include different roles, such as student and teacher.

What topics are covered in the tutorial?

The tutorial covers topics like serializers, customization, and validation in Django and React.

Timestamped Summary

00:00Teach Me Jenga is a tutorial series demonstrating how to build a mock online system using Django and React.

01:17You can create assignments, answer questions, and see the results on your profile.

02:05The project uses Django Rest Framework Rest Auth for user authentication.

04:43The user model can be customized to include different roles, such as student and teacher.

06:42The tutorial covers topics like serializers, customization, and validation in Django and React.