Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: v2-dev
Choose a base branch
from

Conversation

luzhipeng728
Copy link

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant