Skip to content

TheOrcDev/orcish-fullstack-admin

Repository files navigation

orcish-fullstack-admin

Overview

Welcome to the Next.js Admin Panel Fullstack Project! This application is built using Next.js, Shadcn, tRPC, 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

About

Next.js Fullstack Admin Application Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published