axellbrendow / fullcycle02-challenge3

Peer to Peer Chat - Challenge 3 of the Full Cycle Marathon 2.0 ( https://chat-fullcycle02.herokuapp.com/ )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fullcycle02-challenge3

Access the application here

Video showing how it works: https://www.loom.com/share/1e0f30de3fd247ba843ee38f7a6453e8

Challenge 3 of the Full Cycle Marathon 2.0

Challenges

Docker Image


Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Description

Nest framework TypeScript starter repository.

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

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

Peer to Peer Chat - Challenge 3 of the Full Cycle Marathon 2.0 ( https://chat-fullcycle02.herokuapp.com/ )

License:MIT License


Languages

Language:JavaScript 58.7%Language:TypeScript 16.2%Language:Handlebars 15.0%Language:CSS 9.2%Language:Dockerfile 1.0%