https://github.com/mr-destructive/cookiecutter-django-svelte
Cookiecutter Template for quickly starting up a Django and Svelte Full Stack Project
https://github.com/mr-destructive/cookiecutter-django-svelte
Last synced: about 1 year ago
JSON representation
Cookiecutter Template for quickly starting up a Django and Svelte Full Stack Project
- Host: GitHub
- URL: https://github.com/mr-destructive/cookiecutter-django-svelte
- Owner: Mr-Destructive
- Created: 2022-07-04T09:02:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T11:14:21.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T20:37:29.970Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cookiecutter Django + Svelte
Cookiecutter Django + Svelte is a [cookiecutter](https://cookiecutter.readthedocs.io/en/stable/) template for quickly spinning up a fullstack web application in [Django](https://www.djangoproject.com/) and [Svelte](https://svelte.dev/).
Inspired by [Cookiecutter Django](https://github.com/cookiecutter/cookiecutter-django).
### Features
- Quickly set up a fullstack application.
- Svelte Live reload out of the box.
- Decoupled backend and frontend for better development process.
### TODOS
- Documentation
- Database configuration
- Dockerize the template
- Tests
- Deployment options