Skip to content

A microservices monorepo project with NestJS, MongoDB, Docker and Kubernetes configuration

Notifications You must be signed in to change notification settings

iamtarun99/Video-share-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Video Share and social media platform: A NestJS Monorepo project with Gateway and Microservices

Installation

$ npm install

Set up credentials

-Set the credentials and parameters for given variables in .env file for local & docker, env-variables-k8.yml for kubernetes

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

Nest is MIT licensed.

About

A microservices monorepo project with NestJS, MongoDB, Docker and Kubernetes configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published