Skip to content

rockcairn/nextjs-dashboard

Repository files navigation

NEXTJS-DASHBOARD

  • NEXTJS learning module (dashboard)
    • Adjustments for knex and mysql connection modules

Getting Started

  1. Install the packages: pnpm install
  2. 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.

  3. Create Tables and Seed your database with knex
    • pnpm migrate
    • pnpm seed
  4. Run the development server: pnpm dev
  5. Open http://localhost:3000 with your browser to see the result.

Login

Email: user@nextmail.com
Password: 123456

Next.js Reference

About

NEXTJS Dashboard learning module with adjustments for knex and mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors