Welcome to the Next.js Admin Panel Fullstack Project! This application is built using Next.js, Shadcn, Server Actions, Drizzle, and Neon. Designed as an admin interface, it provides a robust and reusable foundation for your new projects. This guide will assist you in setting up and running the development server for this versatile application.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devRename .env.example to .env and fill in your environment variables:
cp .env.example .envOpen the .env file and replace the following with your own config:
NEON_DATABASE_URL=
NEXT_PUBLIC_APP_URL=Open http://localhost:3000 with your browser to see the result.
To run the tests run:
pnpm testAdmin is on this url http://localhost:3000/admin
