/NexTusPlate

Admin Dashboard Starter with Directus,Nextjs 14, NextAuth and ShadCn UI

Primary LanguageTypeScriptMIT LicenseMIT

NexTusPlate

Next.js 14 Admin Dashboard Starter Template With Shadcn-ui

View Demo

Overview

This is a starter template using the following stack:

Pages

Pages Specifications
Signup Authentication with NextAuth supports Social logins and email logins(Enter dummy email for demo).
Dashboard Cards with recharts graphs for analytics.
Users Tanstack tables with user details client side searching, pagination etc
Users/new A User Form with Uploadthing to support file uploading with dropzone.
Employee Tanstack tables with server side searching, pagination etc).
Profile Mutistep dynamic forms using react-hook-form and zod for form validation.
Kanban Board A Drag n Drop task management board with dnd-kit and zustand to persist state locally.
Not Found Not Found Page Added in the root level
- -

Getting Started

Follow these steps to clone the repository and start the development server:

  • git clone https://github.com/shubshinde/NexTusPlate.git
  • npm install
  • Create a .env.local file by copying the example environment file: cp env.example.txt .env.local
  • Add the required environment variables to the .env.local file.
  • npm run dev

You should now be able to access the application at http://localhost:3000.



# Setup Directus CMS using Docker

  1. Create seperate folder for hosting Directus with Docker.
  2. Copy docker-compose.yml from /docker-script/docker-compose.yml file to that emply folder.
  3. Open terminal in that folder
  4. Run docker compose up (Make sure docker client is up and running)

-- TIP: Login credentails for Directus CMS can be found at bottom of 'docker-compose.yml' file.



* Directus Data Models

  1. Company


  1. Employee


---------------- TIP. Dont forget to turn on REST access for new models ------------------