litestar-fullstack icon indicating copy to clipboard operation
litestar-fullstack copied to clipboard

Litestar Fullstack Reference Application with React, Vite, SQLAlchemy, Docker, Task Queues, and more!

Results 12 litestar-fullstack issues
Sort by recently updated
recently updated
newest added

### Pull Request Checklist - [ ] New code has 100% test coverage - [ ] (If applicable) The prose documentation has been updated to reflect the changes introduced by...

### Summary Since it's a fullstack app template, I was wondering maybe integration with taskiq would be a good idea. We have [litestar integration](https://github.com/taskiq-python/taskiq-litestar) so it should be easy to...

enhancement

WIP ### Pull Request Checklist - [ ] New code has 100% test coverage - [ ] (If applicable) The prose documentation has been updated to reflect the changes introduced...

### Summary Add examples of sending templated emails. - This is probably a good place to show examples of events/emitters ### Basic Example _No response_ ### Drawbacks and Impact _No...

enhancement

Hi, I'm looking for a cross of Diango and FastAPI (read "Django building experience but lean and with first class pydantic and openapi support). Litestar and this repo in particular...

documentation
help wanted

### Summary Step be step deployment instructions for Google Cloud GKE ### Basic Example _No response_ ### Drawbacks and Impact _No response_ ### Unresolved questions _No response_

documentation
enhancement

### Summary Best practices for deploying on AWS. ### Basic Example _No response_ ### Drawbacks and Impact _No response_ ### Unresolved questions _No response_

documentation
enhancement

### Summary The example could optionally be extended to show how to deploy an app when using object storage such as Google Cloud Storage or S3. `minio` could be added...

enhancement

### Summary Django offers a very nice `collectstatic` command to help manage static assets within the application. Combined with `django-storages`, the command will push static files to object storage. Litestar...

enhancement

### Summary Extend current authentication to include OAuth2 authentication flow such as Google or Github auth. ### Basic Example _No response_ ### Drawbacks and Impact _No response_ ### Unresolved questions...

enhancement