A ready to go Single Page App in a container set up by Poetry featuring Django, Django Rest Framework, and Svelte.
git clonecd restful_svelte_dockercd frontendnpm installcd ..docker-compose upcd backenddocker-compose exec backend bashpoetry shellpython manage.py migrateNavigate to localhost:8000 and you're up and running and ready to start building your own SPA.
The api is set at localhost:8000/api