Skip to content

andreddavies/chatter-app-backend

Repository files navigation

App Logo

A Node.js application built with NestJS and GraphQL for study purposes.

Description

Chatter App is a real-time app for simple messaging communications.

Clone

  • First you need to clone this repository running:
$ git clone [email protected]:andreddavies/chatter-app-backend.git

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

Guide

  • Use the App to talk with other people

Notes

  • I will continue to update this document while the API is not yet complete
  • The image used in this document is not mine
  • This project is just for study purposes. It doesn't have commercial intentions

Stay in touch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published