NextJS + MongoDB Template
A modern full-stack boilerplate for building applications
🚀 Tech Stack
- Frontend:Next.js 15, React 19, TypeScript
- Styling:Tailwind CSS 3
- Database:MongoDB
- Container:Docker & Docker Compose
📦 Features
- ✅ TypeScript for type safety
- ✅ MongoDB integration
- ✅ Tailwind CSS for styling
- ✅ Docker containerization
- ✅ GitHub Actions CI/CD
- ✅ Production-ready setup
🗄️ Database Status
Status:Error: connect ECONNREFUSED ::1:27017, connect ECONNREFUSED 127.0.0.1:27017
🏃 Quick Start
1. Install dependencies:
pnpm install2. Set up environment:
cp .env.example .env3. Run with Docker:
docker-compose up -d