Skip to content

Mahenvs/chatApp

Repository files navigation

This is a Chat Application built using NextJS

npx prisma init --datasource-provider postgresql

add models to the schema.prisma

then npx prisma migrate dev --name init

npx prisma generate npx prisma db push

  1. Whenever a person initiates a chat(click on new chat and sends message), the other person receives but cannot see until he clicks on new chat and search for this user. Automate this i.e., add this to the other account also whenever user searches for the user
  2. Implement only one user to be logged in at the same time, two session should not exist

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors