Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
v3ss0n authored Feb 25, 2023
1 parent 0ffaa35 commit 9f595a2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Cookiecutter For Starlite + SAQ + Sqlalchemy + Docker

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>
This is starter with cookiecutter for Starlite.
It is much simpler version of <https://github.com/starlite-api/starlite-pg-redis-docker>
Built on top of peter's <https://github.com/topsport-com-au/starlite-saqlalchemy>

## Quickstart

Expand All @@ -18,6 +20,15 @@ cookiecutter https://github.com/v3ss0n/starlite-halfstack-cookiecutter

Then follow **[Tutorial](docs/tutorial.md)** to finish other configurations.

## Features
- Easy to use ORM provided by starlite-saqlalchemy
- Alembic support For data Migrations
- Background Processing using SAQ
- Moked Mail Sending and Reciving with MailHog
- Fully running inside SQLAlchemy



# Credits

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 comments on commit 9f595a2

Please sign in to comment.