Skip to content

piyushsinha24/ConnectEm-Backend

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Description

Nest framework backend for ConnectEm

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Env variables

PORT
DB_HOST
DB_USER
DB_PASS
DB_NAME
DB_HEADER
JWT_SECRET
GMAIL_USER
GMAIL_PASS

Documentation

https://documenter.getpostman.com/view/8870498/TzeZFnL2

License

Nest is MIT licensed.