talhanousher / film-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

A film manager backend project Nest for creating, update , delete films, integrated with elastic search to perform search operations.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod


# env 

MONGO_DB_URL=********
JWT_SECRET=********
ELASTIC_ENDPOINT=********
ELASTIC_ID=********
ELATSIC_API_KEY=********

.env file is required to run a project

About


Languages

Language:TypeScript 97.1%Language:JavaScript 2.9%