Admin Dashboard UI with functionality and NextJS API Routes.
- Project made possible with NextJS
- Fully functional UI made with Mantine
- Support of Mantine modals, drawers and notifications
- Mock up data with example users and messages
- Online Project Demo ✔️
- Fully implemented NextAuth authentication with protected routes and custom login page ❌
- Extension of API routes and implementation ❌
- Database implementation (most likely MySQL with Prisma) ❌
- Language selector (English + Hungarian) ❌
-
Clone repository
git clone https://github.com/SGeri/nextine
-
Go to folder
cd <name of the new folder>
-
Install dependencies
npm install
-
Start development server
npm run dev
-
Visit localhost:3000 in your browser!
-
Enjoy!