Skip to content

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 519 Bytes

File metadata and controls

executable file
·
24 lines (15 loc) · 519 Bytes

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.