Skip to content

TBytes404/ChatRoom

Repository files navigation

Chat Room is a free and open source chatting application for the web, made with Next.js & Prisma

Getting Started

  1. Install dependencies:
npm i
  1. Setup environment:
mv example.env .env
  1. Setup database:
npx prisma db push
  1. Populate with fake data:
npx prisma db seed
  1. Run the development server:
npm run dev

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

You can start editing the page by modifying app/(root)/page.tsx. The page auto-updates as you edit the file.

You can check out my GitHub repository - your feedback and contributions are welcome!

About

Chat App for Chads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published