Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 683 Bytes

README.md

File metadata and controls

63 lines (42 loc) · 683 Bytes

Combi Social Server

Description

Nest framework TypeScript service.

Generating environment variables

$ npm run environment:create

Installation

$ npm install

Start mongo and create database

Make sure to install mongo and mongosh

mongod [options]
mongosh
> use combi-social

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

License

MIT licensed.