A full-stack Project Management SaaS built with the MERN stack. Inspired by Jira + Linear + Notion.
projectflow-nine-black.vercel.app
- Frontend: React, Vite, Tailwind CSS, Zustand, React Query
- Backend: Node.js, Express, MongoDB, Socket.io
- Auth: JWT, Google OAuth
- Storage: Cloudinary
- Deploy: Vercel (frontend) + Render (backend)
cd backend npm install cp .env.example .env # fill in your values npm run dev π§ Backend: https://projectflow-api-zdqp.onrender.com
cd frontend npm install cp .env.example .env npm run dev π Frontend: https://projectflow-nine-black.vercel.app