Skip to content

Next Forum: Nextjs forum with Turbo repo: NextJS 14 - NextAuth - Prisma - Postgres - Shadcn - TailwindCSS and more ...

Notifications You must be signed in to change notification settings

auto-deploy-landingpage-inspirations/nextjs-forum

 
 

Repository files navigation

NEXT FORUM

About next-forum

Installation

Install

turbo install

In the apps/web folder, copy the env.example to env.local and enter the environment values

In the packages/database, copy the env.example to .env and enter the DATABASE_URL

Migration

db:migrate

Start

turbo dev

Libraries

  • ReactJS
  • TypeScript
  • NextJS 14 - App router and server actions
  • next-auth
  • Prisma ORM
  • Postgres
  • Turborepo
  • TailwindCSS
  • shadcn
  • next-themes
  • Zod validation
  • React Form Hook
  • Tsup
  • EditorJs
  • react-toastify
  • react-textarea-autosize
  • lucide-react icon
  • dayjs
  • Eslint
  • Husky
  • Prettier

Functions

Front side functions

  • Register by email or github
  • Login by email, github or magic link
  • User logout
  • CRUD post
  • List post: Search & filter by top or hot week, month, year, infinity
  • Like post
  • Comment on post
  • Share post
  • Manage tag
  • Follow user
  • Multiple theme & dark mode or light mode
  • Multiple language
  • Follow tag
  • Manage user profile
  • Multiple type: post/question

Admin functions

  • Dashboard
  • CRUD tags
  • CRUD users
  • Manage posts
  • Manage images
  • Settings: Header/Menu

DEV NOTES

[1][DEV NOTE] Initial turbo project and add tailwindcss library
[2][DEV NOTE] Integrate prisma and postgres database
[3][DEV NOTE] Create a form with tiptap and react-textarea-autosize

About

Next Forum: Nextjs forum with Turbo repo: NextJS 14 - NextAuth - Prisma - Postgres - Shadcn - TailwindCSS and more ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.3%
  • CSS 1.9%
  • JavaScript 1.8%