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.
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
Node.js with Express
React + Vite + Tailwind
MongoDB
JWT
Cloudinary
{ "staticFiles": "frontend/dist", "fallback": "index.html", "production": "npm start" }