Posteer Demo app for infinite scrolling through posts Configuration In /api/, Create .env file with: PORT=<API_PORT> POST_COUNT=<AMOUNT_OF_POSTS> In /web/, Create .env.local file with: NEXT_PUBLIC_API_URL=<API_URL - Example:"http://localhost:3001">