Skip to content

alynoureddine/messenger

Repository files navigation

This is a work in progress..

This is the unfinished back-end part of a Real-Time Chatting App, to be built using the following:

  • NestJS as a NodeJS framework
  • Socket.io for websockets
  • Docker as a container
  • Passport for authentication
  • React for client side (you can find it in a different repo here)
  • MongoDB for sessions (using mongoose as an ORM)
  • MySQL as a default relational database (using TypeORM)
  • Jest for testing

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

Realtime chat application, built with Nest.js and Socket.io, with the full functionalities of adding friends and viewing profiles.. and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors