Skip to content

feat: Initial admin dashboard setup with Next.js#1530

Open
luzhipeng728 wants to merge 1 commit into
lencx:v2-devfrom
luzhipeng728:initial-admin-setup
Open

feat: Initial admin dashboard setup with Next.js#1530
luzhipeng728 wants to merge 1 commit into
lencx:v2-devfrom
luzhipeng728:initial-admin-setup

Conversation

@luzhipeng728

Copy link
Copy Markdown

This commit includes the initial setup for a backend management system using Next.js for both frontend and backend.

Key features implemented:

  • Next.js project initialized with TypeScript, ESLint, and Tailwind CSS.
  • Basic layout with a sidebar navigation and main content area.
  • Placeholder pages for Dashboard, Users, and Settings.
  • API routes for CRUD operations on a "products" resource (using an in-memory store).
  • Frontend pages to list, create, edit, and delete products.
  • Basic Tailwind CSS styling for a clean and user-friendly interface.
This commit includes the initial setup for a backend management system using Next.js for both frontend and backend.

Key features implemented:
- Next.js project initialized with TypeScript, ESLint, and Tailwind CSS.
- Basic layout with a sidebar navigation and main content area.
- Placeholder pages for Dashboard, Users, and Settings.
- API routes for CRUD operations on a "products" resource (using an in-memory store).
- Frontend pages to list, create, edit, and delete products.
- Basic Tailwind CSS styling for a clean and user-friendly interface.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant