Skip to content

SuvidhJ/dinka

 
 

Repository files navigation

🌐 Dinka – Social Media App

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.


✨ Features

  • 📝 Create, read, update, and delete posts
  • ❤️ Like and comment on posts
  • 👤 User authentication & profiles
  • 🌙 Dark mode support
  • ⚡ Real-time updates with WebSockets

🛠️ Tech Stack

  • Frontend: React / Next.js / Tailwind CSS
  • Backend: Node.js / Express.js
  • Database: MongoDB / Prisma / PostgreSQL (based on setup)
  • Others: WebSockets, JWT

🚀 Getting Started

Prerequisites

  • Node.js (>= 18)
  • MongoDB or PostgreSQL running locally or in cloud (Mongo Atlas / Supabase)
  • Git

Setup

# 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

About

Dinka will be going to be the best social media app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 85.6%
  • JavaScript 11.0%
  • CSS 3.2%
  • Dockerfile 0.2%