项目作者: almostprod

项目描述 :
property search
高级语言: Python
项目地址: git://github.com/almostprod/property-app.git
创建时间: 2020-03-02T07:37:27Z
项目社区:https://github.com/almostprod/property-app

开源协议:Apache License 2.0

下载


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

shell script $ poetry install $ poetry shell $ inv dev-app