Skip to content

XoceQ/Real-time-chat-app-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

First, install project dependencies :

npm i or npm install 

Next, run the development server:

npm run dev

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

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

The npx prisma studio command opens the Prisma Studio, a graphical user interface (GUI) for your database.

To undo migrations in Prisma, you can use the following command :

npx prisma migrate reset

Update database:

npx prisma generate > npx prisma db push

Releases

No releases published

Packages

No packages published

Languages