A Node.js application built with NestJS and GraphQL for study purposes.
Chatter App is a real-time app for simple messaging communications.
- First you need to clone this repository running:
$ git clone [email protected]:andreddavies/chatter-app-backend.git
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Use the App to talk with other people
- 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
- Author - André Davies