Skip to content

An admin console application based on the open-source taxonomy project

License

Notifications You must be signed in to change notification settings

thealexmosk/taxonomy-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taxonomy admin console starter

An open source application built using the new router, server components and everything new in Next.js 13.

Features

  • Next.js /app dir,
  • API Routes and Middlewares
  • Authentication using NextAuth.js and AWS Cognito
  • ORM using Prisma
  • UI Components built using Radix UI
  • Documentation and blog using MDX and Contentlayer
  • Styled using Tailwind CSS
  • Validations using Zod
  • Written in TypeScript

Running Locally

  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env.local and update the variables.
cp .env.example .env.local
  1. Start the development server:
pnpm dev

License

Licensed under the MIT license.

About

An admin console application based on the open-source taxonomy project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.3%
  • JavaScript 4.5%
  • CSS 1.6%
  • Other 0.6%