Create README.md
This commit is contained in:
parent
9d5a6014c1
commit
fe23a6377c
23
README.md
Normal file
23
README.md
Normal file
@ -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/)
|
Loading…
Reference in New Issue
Block a user