- NEXTJS learning module (dashboard)
- Adjustments for knex and mysql connection modules
- Install the packages:
pnpm install - Create a .env file based on .env.sample
- that references your already created mysql database.
-
there are many ways to install mysql and I am using my instance from my https://www.apachefriends.org/ XXAMP install which I use for PHP development.
- Create Tables and Seed your database with knex
pnpm migratepnpm seed
- Run the development server:
pnpm dev - Open http://localhost:3000 with your browser to see the result.
Email: user@nextmail.com
Password: 123456
-
App Router Course - Starter Dashboard Example
-
Nextjs.org - Learning (ex. Dashboard)
- All course curriculum on the Next.js Website.