Skip to content

VMois/e2ee-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

E2EE chat

E2E Encrypted chat learning project using NestJS and ReactJS.

My programming journey:

Structure

  • client (ReactJS, generated with create-react-app)
  • server (NestJS, basic setup)

Client

Basic ReactJS app. To start (port 3000):

yarn start

All dev files are located in src/ folder.

Server

Basic NestJS app. To start (port 3001):

yarn start:dev or yarn start

All dev files are located in src/ folder.