1 min read

Instagram Clone (GraphQL)

Table of Contents

[!NOTE] This is an old project of mine, maintained for archival purposes.

Overview

This project represents a transition from a Next.js architecture to a robust GraphQL API setup, providing a deep dive into full-stack GraphQL development.

Tech Stack

  • Frontend: React (Vite)
  • Backend: Express, GraphQL
  • Language: TypeScript
  • Database: PostgreSQL
  • Styling: CSS

Key Features

  • Monorepo structure separating client and server.
  • Real-time features such as following/unfollowing and profile updates.
  • Client-side code generation for GraphQL queries.