Technical requirements
We will build on all the accumulated knowledge from the previous chapters. If you want to start with a template, you can use the following structure, which I will use for future projects:
Inside you will find a sample project that is already prepared with different points that we have touched upon in the previous chapters:
- Integration with Docker
- Minimum structure for working with Channels
- Connection to the database with PostgreSQL
- An HTML home page
- A minimal JavaScript file that connects to Channels
For this project, I created a fork of the template and made some minor changes. You can use either of the two templates, although I recommend the fork for simple aesthetics. You can download it from here: https://github.com/PacktPublishing/Building-SPAs-with-Django-and-HTML-Over-the-Wire/tree/main/chapter-4...