Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 988 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 988 Bytes

Django Self Hosted Demo

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

Running

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.