Skip to content

davidmarciano/talon-server-nestjs

Repository files navigation

Talon server with NestJS

Description

This application is running on port 8080, make sure this port is free to use before you start the app.
Before running the app you should install the node_modules, see Installation section.
After that you should configure the .env parameters, I will send it to you privately.
The app has tested on dev environment, please run npm start in order to run it.

Installation

$ npm install

Environment Variables

MONGO_USER=""
MONGO_PASS="" 
MONGO_CLUSTER=""
MONGO_DB_NAME=""

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published