Chat Room is a free and open source chatting application for the web, made with Next.js & Prisma
- Install dependencies:
npm i
- Setup environment:
mv example.env .env
- Setup database:
npx prisma db push
- Populate with fake data:
npx prisma db seed
- 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!