Onstagram Crash Course

Build an Instagram-Style App

Flutter + Laravel Backend API — Auth, Feed, Profile & Chat. This is the backend API that powers the course. Explore the docs, try the feed, or watch the full playlist on YouTube.

API Endpoints

  • POST /api/auth/register — Register new user
  • POST /api/auth/login — Login user
  • GET /api/feed — Get feed posts
  • GET /api/stories — Get stories
  • POST /api/files — Upload files (100MB limit)