Skip to content

stLmpp/api-bff

Repository files navigation

api-bff

// TODO add description here

The project is in its early development stages, but basically it is a way to simplify the creation of a BFF (Backend for frontend) or a Aggregator/Proxy. API BFF uses file-system based routes to create the end-points, and Zod for data validation.

Getting started

npm install @api-bff/cli -g

To create a new application with the CLI, use bff new my-application.

Currently, there are two pacakges to help create the BFF:

Package Version State
@api-bff/core 0.2.0 Alpha
@api-bff/cli 0.2.0 Alpha