@@ -9,18 +9,19 @@ and as a reference for how to build a large scale fullstack Litestar application
9
9
You can take pieces as needed, or use the entire thing as a starting point for your project.
10
10
It includes the following capabilities out of the box:
11
11
12
- .. seealso :: It is built on the `Litestar <https://litestar.dev>`_, VueJS , `Vite <https://vitejs.dev/>`_,
12
+ .. seealso :: It is built on the `Litestar <https://litestar.dev>`_, ReactJS , `Vite <https://vitejs.dev/>`_,
13
13
:doc: `SAQ <saq:index >`, `TailwindCSS <https://tailwindcss.com/ >`_ and comes with great features to reference:
14
14
15
15
- User creation, authentication, and authorization
16
16
- Job/Task Queues via :doc: `SAQ <saq:index >`
17
- - Fully featured frontend stack with VueJS and native Vite integration via
17
+ - Fully featured frontend stack with ReactJS (supports Vue, Angular, and all other JS frameworks) and native Vite integration via
18
18
the `litestar-vite <https://github.com/cofin/litestar-vite >`_ plugin
19
19
- Fully featured backend API with Litestar
20
20
- Includes the utilization of :doc: `Guards <litestar:usage/security/guards >` and team-based authentication,
21
21
- Extensive CLI
22
22
- Advanced logging with :doc: `structlog <structlog:index >`
23
- - SQLAlchemy ORMs, inlcuding the :doc: `Advanced Alchemy <advanced-alchemy:index >` helper library by `Jolt <https://jolt.rs >`_
23
+ - SQLAlchemy ORMs, including the :doc: `Advanced Alchemy <advanced-alchemy:index >` helper library by `Jolt <https://jolt.rs >`_
24
+ - UUIDv7 based Primary Keys using `uuid-utils `
24
25
- AioSQL for raw queries without the ORM
25
26
- Alembic migrations
26
27
- Dockerized development and production environments
0 commit comments