A ready to go Single Page App in a container set up by Poetry featuring Django, Django Rest Framework, and Svelte.
git clone
cd restful_svelte_docker
cd frontend
npm install
cd ..
docker-compose up
cd backend
docker-compose exec backend bash
poetry shell
python manage.py migrate
Navigate 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