Prem1402 / nextjs-fullstack-search

Home Page:https://nextjs-fullstack-search.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple application I created to demonstrate how to build full stack search using Next.js and Prisma. Please follow the below instructions to get the project up and running.

Getting Started

Install packages

npm i

Run database migration

npx prisma migrate dev --name=init

Seed the database with fake data (courtesy of ChatGPT)

npx prisma seed db

Generate the Prisma client

npx prisma generate

Start the development server

npm run dev

About

https://nextjs-fullstack-search.vercel.app


Languages

Language:TypeScript 95.3%Language:JavaScript 4.3%Language:CSS 0.4%