All Projects → hotwire-django → hotwire-django-realworld

hotwire-django / hotwire-django-realworld

Licence: other
RealWorld Django app built with Turbo!

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to hotwire-django-realworld

stimulus reflex
Build reactive applications with the Rails tooling you already know and love.
Stars: ✭ 2,001 (+6800%)
Mutual labels:  turbo, hotwire
django-turbo-response
Hotwired/Turbo Django response helpers
Stars: ✭ 66 (+127.59%)
Mutual labels:  turbo, hotwire
moleculer-node-realworld-example-app
Exemplary real world application built with Moleculer
Stars: ✭ 102 (+251.72%)
Mutual labels:  realworld
esbuild-rails
Esbuild Rails plugin
Stars: ✭ 102 (+251.72%)
Mutual labels:  hotwire
acer-predator-turbo-and-rgb-keyboard-linux-module
Linux kernel module to support Turbo mode and RGB Keyboard for Acer Predator notebook series
Stars: ✭ 125 (+331.03%)
Mutual labels:  turbo
lumen-realworld-example-app
Exemplary real world backend API built with Lumen + MongoDB
Stars: ✭ 50 (+72.41%)
Mutual labels:  realworld
wocket
A WebSocket library for Deno
Stars: ✭ 103 (+255.17%)
Mutual labels:  realworld
jet
A Fast C and Python like Programming Language that puts the Developer first. WIP
Stars: ✭ 41 (+41.38%)
Mutual labels:  turbo
laravel-realworld-example-app
Exemplary RealWorld backend API built with Laravel PHP framework.
Stars: ✭ 34 (+17.24%)
Mutual labels:  realworld
go-realworld-example-app
Exemplary real world application built with Go, Gin, and go-pg
Stars: ✭ 48 (+65.52%)
Mutual labels:  realworld
symfony-realworld-example-app
Symfony 5 codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
Stars: ✭ 89 (+206.9%)
Mutual labels:  realworld
event-driven-web-components-realworld-example-app
Exemplary real world application built with Vanilla JS Web Components in an Event Driven Architecture
Stars: ✭ 55 (+89.66%)
Mutual labels:  realworld
elm-spa-realworld
The RealWorld example app built with elm-spa!
Stars: ✭ 51 (+75.86%)
Mutual labels:  realworld
typescript-node-express-realworld-example-app
Rewrite of JS-based node-express RealWorld backend app using Typescript.
Stars: ✭ 108 (+272.41%)
Mutual labels:  realworld
nuxt-realworld
🛠 Built a Example App of RealWorld with Nuxt & Composition API ⚗️
Stars: ✭ 127 (+337.93%)
Mutual labels:  realworld
scala-http4s-realworld-example-app
Example of a RealWorld app backend powered by Scala + http4s
Stars: ✭ 35 (+20.69%)
Mutual labels:  realworld
hotwire-livereload
Live reload for Hotwire Rails apps.
Stars: ✭ 231 (+696.55%)
Mutual labels:  hotwire
decent-visualizer
A visualizer for .shot files
Stars: ✭ 46 (+58.62%)
Mutual labels:  hotwire
multi-projects-architecture-with-Ktor
A Ktor real world example built on multi-projects architecture
Stars: ✭ 29 (+0%)
Mutual labels:  realworld
rust-realworld-example-app
Example Rust codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
Stars: ✭ 19 (-34.48%)
Mutual labels:  realworld

hotwire-django-realworld

A RealWorld Django app using Turbo. See RealWorld. A live demo is hosted on Heroku

Install

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py createdata 10
./manage.py runserver

Tests

Run pytest.

License

hotwire-django-realworld is released under the MIT License to keep compatibility with both the Hotwire project and the RealWorld starter kit.

If you submit a pull request. Remember to add yourself to CONTRIBUTORS.md!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].