bff-next
v0.0.110
Published
A Simple Next.js Backend For Frontend (BFF) utility library for building robust and scalable web applications.
Maintainers
Readme
A Nextjs Backend For Frontend Application
A backend for fronted for your nextjs apps
What is this?
under construction
How to install??
Install self packages
npm install bff-next
Copying files
copy this package to
srcfolder.check folder
boilerplatereadme.md for more instructions.[optional] update the project dev script to
"next dev | npx pino-pretty --turbopack "in order to print logs pretty
Customize
BASE_BFF_HOST = http://127.0.0.1:3000;
BASE_BFF_PATH = "/api/dispatch";
Set the PINO_LOG_LEVEL to debug in order to show data in logger
PINO_LOG_LEVEL=debug
