Stacktora
Stacktora / Vault / Expo + Node + Postgres + Redis: Mobile Social Feed App
Mobile by @ops

Expo + Node + Postgres + Redis: Mobile Social Feed App

A real Expo mobile client generated alongside the backend, not just an API serving unspecified mobile traffic — feed posts and likes in Postgres, Redis for feed caching. Point-and-run on a physical device via Expo Go from the first `stacktora sync`.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Node.js 24 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install expo-node-social-feed-app --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault