An open API service indexing awesome lists of open source software.

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

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