This demo contains a Django backend with no frontend client. This can be used in conjunction with our Django demos:
Backend code can be found here
The .env
file contains default configuration for the services. Reference this to connect to any services locally.
This demo can be started by running the following in this demo directory
docker compose up
or in the root directory run
docker compose -f demos/django/docker-compose.yaml up
The Django backend will by default be available at http://localhost:6061
.
The PowerSync backend will by default be available at http://localhost:8080
.
See the client demos above for starting a client.