/Next-Fake-Table

Exploring the wonders of Next.js

Primary LanguageTypeScript

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.