Skip to content

aabboudi/nextjs-drizzle-mysql-website

Repository files navigation

Next.js & NextUI Showcase Website

This is a showcase website for a corporation using Next.js 14 (App router).

Hosted on Vercel here: TBD

Technologies Used

How to Use

To use this project as a base for your own, run the following command:

Clone the repository and install the dependencies

git clone https://github.com/aabboudi/nextjs-drizzle-mysql-website.git
cd ./nextjs-drizzle-mysql-website/
npm install

Apply migrations then seed the database

npm run migrate
npm run seed

Run the development server

npm run dev

Serve the database user interface

npm run studio

License

Licensed under the MIT license.