8000 GitHub - danilolmc/nodejs-bff-study: BFF study in order to deep into the fundamentals of BFF concepts.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

danilolmc/nodejs-bff-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Posts BFF

This project is a BFF (Backend for Front-end) study in order to deep into the fundamentals of BFF concepts.

Technologies

  • NodeJS
  • Typescript
  • Express
  • Docker

How to run

Make sure you have docker and docker compose installed

  1. Install posts-bff-mobile dependencies with your prefered package manager
cd posts-bff-mobile & pnpm install
  1. Install posts-service dependencies
cd posts-service & pnpm install
  1. Run the apps
docker compose up -d
  1. Services will be running at port:
  • posts-service: 3000
  • posts-bff-mobile: 3001
  1. Then, test the bff
curl "http://localhost:3001/posts?limit=10"

About

BFF study in order to deep into the fundamentals of BFF concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0