-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# django-svelte-ecommerce-starter | ||
cookie cutter template for django and sveltekit | ||
--- | ||
|
||
This template builds on django as a backend using Django rest framework, and sveltekit as the frontend for the admin dashboard | ||
|
||
Some features include | ||
- Accounts management from the frontend | ||
- Multiple user types (with object level permissions coming soon, hopefully) | ||
- An API for any frontend to consume, Or optionaly you can build on top of the existing sveltekit application | ||
- Built on a rest API, GraphQL is in the works | ||
- Beautiful dashboard design using [TailwindUi](https://tailwindui.com) | ||
|
||
keep in mind at this point this is still in development, check back for updaes or reach out to me for help |