This is a showcase website for a corporation using Next.js 14 (App router).
Hosted on Vercel here: TBD
To use this project as a base for your own, run the following command:
git clone https://github.com/aabboudi/nextjs-drizzle-mysql-website.git
cd ./nextjs-drizzle-mysql-website/
npm install
npm run migrate
npm run seed
npm run dev
npm run studio
Licensed under the MIT license.