Skip to content

Lemonnnnnnnnnnn/nextjs-imdb-top-250

Repository files navigation

imdb-top-250

中文简介

preview: website (maybe difficult for chinese people)

feature

  • next13(App) + Prisma + SQLite : full stack application
  • tailwindcss + headlessUI : customized UI + responsive design
  • next-auth : introduce github + google OAuth login method
  • next-themes : dark mode
  • chart.js + react-chartjs-2 : visualization data
  • use middleware feature introduced by next12 to complete 18n
  • swr : make the data obtained by the client automatically cached.

develop

pnpm i

If you use npm install , npm will automatically install [prisma-client] dependency. but if you use pnpm like me , additional command need be execute :

pnpm exec prisma generate

run :

pnpm dev

build :

pnpm build 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages