Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add litestar-fullstack to README and docs #2284

Merged
merged 3 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ app = Litestar(route_handlers=[hello_world])
- [starlite-pg-redis-docker](https:/litestar-org/starlite-pg-redis-docker): In addition to Litestar, this
demonstrates a pattern of application modularity, SQLAlchemy 2.0 ORM, Redis cache connectivity, and more. Like all
Litestar projects, this application is open to contributions, big and small.
- [litestar-fullstack](https:/litestar-org/litestar-fullstack>): A reference application that contains most of the boilerplate required for a web application.
It features a Litestar app configured with best practices, SQLAlchemy 2.0 and SAQ, a frontend integrated with Vitejs and Jinja2 templates, Docker, and more.
- [litestar-hello-world](https:/litestar-org/litestar-hello-world): A bare-minimum application setup. Great
for testing and POC work.

Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ Example Applications
* `litestar-pg-redis-docker <https:/litestar-org/starlite-pg-redis-docker>`_ : In addition to Litestar, this
demonstrates a pattern of application modularity, SQLAlchemy 2.0 ORM, Redis cache connectivity, and more. Like all
Litestar projects, this application is open to contributions, big and small.
* `litestar-fullstack <https:/litestar-org/litestar-fullstack>`_ : A reference application that contains most of the boilerplate required for a web application.
It features a Litestar app configured with best practices, SQLAlchemy 2.0 and SAQ, a frontend integrated with Vitejs and Jinja2 templates. Docker, and more
* `litestar-hello-world <https:/litestar-org/litestar-hello-world>`_: A bare-minimum application setup. Great
for testing and POC work.

Expand Down
Loading