ongzh / Next-Fake-Table

Exploring the wonders of Next.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next-Fake-Table

Fake OpenTable project using Full Stack Next.js, TypeScript, MySQL, TailWind CSS, Prisma ORM. Based on Next.js udemy tutorial.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Start the database:

docker compose up -d

Load Schema:

npx prisma migrate dev --name init

Start the server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

Exploring the wonders of Next.js


Languages

Language:TypeScript 99.0%Language:JavaScript 0.6%Language:CSS 0.4%