This project is a full-stack web application built with Next.js 14 and Shadcn/UI, featuring authentication, CRUD operations, theming, and more. The backend API is a separate project powered by Adonis.js 6.
- Login Functionality: Authentication using credentials.
- CRUD Operations: Basic create, read, update, and delete actions for managing data.
- Theming: Customizable light and dark modes using Shadcn/UI components.
- API Integration: Connects to a separate backend built with Adonis.js 6.
Backend Repository: AdonisJS-6-REST-API.
- Frontend:
- Next.js 14 (React Framework)
- Shadcn/UI (UI components)
- TypeScript for static type checking
- Tailwind CSS for styling
- Backend API:
- Adonis.js 6 (REST API)
- Node.js >= 18.18