Skip to content

BrianSantivanez/combi-social-server

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.3%
  • JavaScript 2.7%