Dinka is a modern social media platform built with the MERN/Next.js stack.
It allows users to share posts, interact through likes and comments, and connect with others in real time.
- 📝 Create, read, update, and delete posts
- ❤️ Like and comment on posts
- 👤 User authentication & profiles
- 🌙 Dark mode support
- ⚡ Real-time updates with WebSockets
- Frontend: React / Next.js / Tailwind CSS
- Backend: Node.js / Express.js
- Database: MongoDB / Prisma / PostgreSQL (based on setup)
- Others: WebSockets, JWT
- Node.js (>= 18)
- MongoDB or PostgreSQL running locally or in cloud (Mongo Atlas / Supabase)
- Git
# Fork this repository
# Clone your fork
git clone https://github.com/nios-x/dinka
cd dinka
# Install dependencies
npm install
# Setup environment variables
cp .env.example .env
# Run the development server
npm run dev
https://localhost:3000/login