Skip to content

almostprod/property-app

Repository files navigation

Property Search

Beginings of a new app to sketch out how to structure a project based in Starlette and refine my understanding of ASGI. Currently this is mostly boilerplate but has:

  • working alembic
  • working sqlalchemy
  • examples of custom ASGI middleware
  • Basic integration with Intertia.js via lib/inertia.py

To Fix

This is based on another project of mine based on flask so there may still be some random flask references that break things or haven't been updated yet.

Setup and Run Dev

$ poetry install
$ poetry shell
$ inv dev-app