Skip to content

jidambo/chat-nestjs-react-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-react-nestjs app

Requirements

  • node 16+
  • docker
  • docker-compose

Installation

TODO / Improvements

  • Create frontend part

  • Create backend part

  • Write tests

  • Add user entity

  • Add authentication

    This can be done at GraphQLModule function in app.module.ts file. Validate token from connection / integrate auth0

  • Add remove chat feature

    Don't forget about chat owner validation

  • Add user roles in chat

    Update relationships with role field

  • Add database instead of using in memory

    Install typeorm and store data in the database (postgres/mongo or whatever you want)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages