You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Cookiecutter For Starlite + SAQ + Sqlalchemy + Docker
2
2
3
-
This is starter with cookiecutter for Starlite and much simpler version of <https://github.com/starlite-api/starlite-pg-redis-docker> , using peter's <https://github.com/topsport-com-au/starlite-saqlalchemy>
3
+
This is starter with cookiecutter for Starlite.
4
+
It is much simpler version of <https://github.com/starlite-api/starlite-pg-redis-docker>
5
+
Built on top of peter's <https://github.com/topsport-com-au/starlite-saqlalchemy>
Then follow **[Tutorial](docs/tutorial.md)** to finish other configurations.
20
22
23
+
## Features
24
+
- Easy to use ORM provided by starlite-saqlalchemy
25
+
- Alembic support For data Migrations
26
+
- Background Processing using SAQ
27
+
- Moked Mail Sending and Reciving with MailHog
28
+
- Fully running inside SQLAlchemy
29
+
30
+
31
+
21
32
# Credits
22
33
23
34
This repo is forked from [zillionare/python-project-wizard](https://github.com/zillionare/python-project-wizard), which originally forked from [audreyfeldroy/cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage)
0 commit comments