A minimal blog application built with Next.js, MongoDB, and Tailwind CSS.
- Create and read blog posts
- Auto-generated URL slugs
- Reading time estimation
- Next.js 15 - React framework
- MongoDB - Database
- Mongoose - MongoDB ODM
- Tailwind CSS - Styling
-
Clone the repository
git clone https://github.com/santoshvandari/Blog-App cd Blog-App -
Install dependencies
npm install
-
Set up environment variables
cp example.env .env.local
Edit
.env.localand add your MongoDB connection string. -
Run the development server
npm run dev
-
Open your browser Visit http://localhost:3000