https://github.com/nalbam/nextjs-admin
https://github.com/nalbam/nextjs-admin
nextjs vercel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nalbam/nextjs-admin
- Owner: nalbam
- License: mit
- Created: 2025-03-04T11:43:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-29T00:09:41.000Z (5 months ago)
- Last Synced: 2026-03-30T09:45:39.711Z (3 months ago)
- Topics: nextjs, vercel
- Language: TypeScript
- Homepage: https://admin-dashboard-seven-rho-90.vercel.app
- Size: 379 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Next.js 15 Admin Dashboard Template
A modern admin dashboard built with Next.js App Router and latest web technologies.
## Overview
This project is a modern admin dashboard template that combines cutting-edge web technologies with powerful features and a sleek user interface.
For detailed technical information and architecture details, please refer to [architecture.md](architecture.md).
## Key Features
- ๐ Modern Dashboard UI
- ๐ Authentication & Authorization
- ๐ฑ Responsive Design
- ๐จ Theme Customization
- ๐ฆ Product Management
- ๐ Search & Filtering
- ๐ Data Visualization
## Getting Started
### 1. Environment Setup
1. Copy `.env.example` to `.env`
2. Configure GitHub/Google OAuth applications and update environment variables
3. Sync environment variables using Vercel CLI:
```bash
npm i -g vercel
vercel link
vercel env pull
```
### 2. Development Server
```bash
# Install pnpm if you haven't already
npm i -g pnpm
# Install dependencies
pnpm install
# Run development server
pnpm dev
```
Access the application at http://localhost:3000
### 3. Seeding Data
To generate test data in development:
1. Uncomment the code in `app/api/seed/route.ts`
2. Visit `http://localhost:3000/api/seed` to generate sample data
## License
MIT License - Feel free to use, modify, and distribute this template.