Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIL & DATA

My personal publishing platform — DIL & DATA by Manogna, home of Shakti's Blog.

Live at www.dilanddata.in

dil-and-data/
├── client/          # React + Vite (Vercel)
├── server/          # Express API (Render)
└── DEPLOYMENT.md    # Production deploy guide

Features

  • Public journal: Home/About CMS pages, blogs, categories, contact, newsletter
  • Creator Studio: content editor (TipTap), media library (Cloudinary), page builder, categories, comments, subscribers, SEO, settings
  • Auth: JWT (cookie + Bearer), admin-only Studio
  • Scheduled publishing (drafts with scheduledFor auto-publish)

Getting started

Backend

cd server
cp .env.example .env
npm install
npm run seed:admin
npm run seed:pages
npm run dev

API Health: GET /api/health

Frontend

cd client
cp .env.example .env
npm install
npm run dev

Deploy

See DEPLOYMENT.md for Vercel + Render + Atlas + Cloudinary.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages