Location-based websocket chat application, like YikYak
Go to file
2021-11-07 18:23:01 -07:00
src adds foundation for postgres 2021-11-07 18:23:01 -07:00
test first commit 2021-10-29 18:57:24 -06:00
.env.example adds foundation for postgres 2021-11-07 18:23:01 -07:00
.eslintrc.js first commit 2021-10-29 18:57:24 -06:00
.gitignore update readme and adds ssl 2021-11-03 19:25:40 -06:00
.prettierrc first commit 2021-10-29 18:57:24 -06:00
.tool-versions adds foundation for postgres 2021-11-07 18:23:01 -07:00
nest-cli.json first commit 2021-10-29 18:57:24 -06:00
package.json adds foundation for postgres 2021-11-07 18:23:01 -07:00
README.md update readme and adds ssl 2021-11-03 19:25:40 -06:00
tsconfig.build.json first commit 2021-10-29 18:57:24 -06:00
tsconfig.json first commit 2021-10-29 18:57:24 -06:00
yarn.lock adds foundation for postgres 2021-11-07 18:23:01 -07:00

Nest Starter App

Description

A starter app with LTI1p0 enabled for NestJS

Setup

Create a file in the root called .env and copy the contents of .env.example

SSL

Create a ssl key and certificate an place them in the root directory

$ openssl req -x509 -newkey rsa:4096 -keyout private-key.pem -out public-cert.pem -sha256 -nodes

Where this key will only be used for development you can leave all of the information blank.

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.