Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

Repository files navigation

Simple Blog App

A minimal blog application built with Next.js, MongoDB, and Tailwind CSS.

Features

  • Create and read blog posts
  • Auto-generated URL slugs
  • Reading time estimation

Tech Stack

  • Next.js 15 - React framework
  • MongoDB - Database
  • Mongoose - MongoDB ODM
  • Tailwind CSS - Styling

Installation

  1. Clone the repository

    git clone https://github.com/santoshvandari/Blog-App
    cd Blog-App
  2. Install dependencies

    npm install
  3. Set up environment variables

    cp example.env .env.local

    Edit .env.local and add your MongoDB connection string.

  4. Run the development server

    npm run dev
  5. Open your browser Visit http://localhost:3000

Frontend is Generated using Claude Sonnet 4

About

A minimal blog application built with Next.js, MongoDB, and Tailwind CSS.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages