Skip to main content

Backend

Backend services, APIs, database schema, and architecture

Overview

Backend services for TheGlobalFuel.

Repository

Technology Stack

Backend technology varies by product. Common stacks:

Node.js/TypeScript Backend

CategoryTechnology
RuntimeNode.js 18+
LanguageTypeScript
FrameworkExpress/Fastify
APIGraphQL (Apollo Server / GraphQL Yoga)
ORMPrisma
DatabasePostgreSQL

Python Backend

CategoryTechnology
RuntimePython 3.12+
FrameworkFastAPI
APIGraphQL (Ariadne) or REST
ORMSQLAlchemy (async)
DatabasePostgreSQL

Development

Check the repository README for specific setup instructions.

API Documentation

GraphQL schema and API documentation available in the repository.