Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 926 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 926 Bytes
.__. __..   ,.  . __  __ .__ .__..  ..   .___.__ 
[__](__  \./ |\ |/  `/  `[__)[__]|  ||   [__ [__)
|  |.__)  |  | \|\__.\__.|  \|  ||/\||___[___|  \

GETTING STARTED

Project main puropose is to show possible solution for building app using Starlette with Tortoise ORM. Project initialy inspired by Django REST.

  • new resources should be implemented inside separate apps.
  • thanks to generic serializators, generic views, and "app architecture" - fast development, and high flexibility should be accomplished.
  • pipeline can be easily extended.
  • it's just a simple demo, source code should evolve with development.

Notice!

exceptions are not properly handled, just for PoC purpose. Logger should be added.

INSTALL

Software requirements

Required Python >= 3.7

Project dev install

$ docker-compose build
$ docker-compose up

Enjoy !