Blue Court

Image-based Microblog Platform
Social NetworkingBeta (Ready for user testing)
#React#Tailwind#JWT#MongoDB#Social App

About

Blue Court is a lightweight social media app allowing users to authenticate via JWT, upload images, and share content in a fast, responsive layout. Built for modern deployment pipelines.

Features

JWT authentication for login and session

Cloudinary-powered image uploads

Responsive frontend UI built with React and Tailwind CSS

Single backend serves both API and frontend

Architecture

backend

Node.js with Express

frontend

React + Vite + Tailwind

database

MongoDB

authentication

JWT

imageUploads

Cloudinary

Server Integration

{
  "staticFiles": "frontend/dist",
  "fallback": "index.html",
  "production": "npm start"
}