A modern full-stack post management app built with Next.js, MongoDB, and Server Actions.
- 📝 Create Posts
- 📖 Read Posts
- ✏️ Update Posts
- 🗑️ Delete Posts
- ⚡ Real-time UI updates
- 🔔 Toast notifications
- 🎨 Premium UI (Glass effect + animations)
- Next.js (App Router)
- TypeScript
- MongoDB + Mongoose
- Tailwind CSS
- Server Actions
👉 https://dev-postify.vercel.app
app/→ Pages & Componentsapp/api/→ API routesapp/actions.ts→ Server Actionsmodels/→ Mongoose modelslib/→ DB connection
- Server vs Client Components
- Real database integration
- Full CRUD operations
- Debugging production issues
- Environment variables handling
git clone https://github.com/OmBaisane/DevPostify
cd devpostify
npm install
npm run dev
📌 Future Improvements
Authentication (Login/Signup)
Dark/Light mode
Pagination
Search & filter
🙌 Author
Made with 💻 by Om Baisane