Skip to content

Latest commit

 

History

History

api-gateway

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ACME API Gateway

Apollo Federation supergraph generator and API Gateway.

Consumes the following services:

Setup

pnpm install

# Copy env vars
pnpm env:local

Start server

pnpm dev

Available scripts

Lint

pnpm lint

# To fix lint
pnpm lint:fix