/rest-in-peace

GraphQL API using python Ariadne and starlette with SQLAlchemy and Alembic for database management.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

rest-in-peace

Ariadne GraphQL app with SQLAlchemy and Alembic.

  • alembic/ database version management (and on-app-start database test)
  • app/ actual app with database models and resolvers
  • docker/ files and docker-compose.ymls
  • tests/ test suite