From fe23a6377c935dd224590dac7315bf12e9180941 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 19 Apr 2022 23:06:51 +0200 Subject: [PATCH] Create README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..91523e0 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +Complete example of how to create a site with HTML over the Wire architecture in Python using Django, Channels and Stimulus. + +- Change pages. +- Possibility to hydrate HTML (example with TODO in Home). +- Log in. +- Register. +- Logout. +- Private area. +- URL update. +- Server-Side Rendering (SSR) of pages for SEO. +- Cross-site request forgery protection over WebSockets. + +## Run 🏃 + +``` +docker-compose up +``` + +## Thanks 😍 + +- [Django](https://www.djangoproject.com/) +- [Channels](https://channels.readthedocs.io/en/stable/) +- [Stimulus](https://stimulus.hotwired.dev/) \ No newline at end of file