Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.07 KB

File metadata and controls

41 lines (29 loc) · 1.07 KB

orcish-fullstack-admin

Overview

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.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Rename .env.example to .env and fill in your environment variables:

cp .env.example .env

Open 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 test

Admin is on this url http://localhost:3000/admin