Files
2022-03-22 22:40:10 +01:00

20 lines
479 B
Markdown

Simple social network using HTML over the Wire architecture in Django with Channels and Stimulus.
![screenshot](screenshot.png)
## Run 🏃
```
docker-compose up
```
## Thanks 😍
- [Django](https://www.djangoproject.com/)
- [Channels](https://channels.readthedocs.io/en/stable/)
- [Stimulus](https://stimulus.hotwired.dev/)
## Fork 🐑 ➡️ 🐏
[Same project without Stimulus or plain JavaScript](https://github.com/tanrax/simple-HTML-over-the-Wire-social-network).