Django Project Tutorial: Chat App
This eBook is a complete beginner's tutorial on how to make a Chat App using Django. The reason why I created this book is that some of my viewers and students asked me to make a tutorial on a Django Project. This is absolutely beginner-friendly and ideal for those who want to make a project and use it as a Portfolio, and upload it to GitHub. In this eBook, you will learn:
- Create and install the Django framework
- Use the pipenv package manager
- Use WebSocket for live chat
- Use the Daphne ASGI server to run the application
By the end of this tutorial, you will be able to organize your Django project, install a package manager inside the Virtual Environment, and set up the needed files for each Django project.
Hope you enjoy this tutorial.
Happy coding, and happy learning!