Skip to content

VorobetsDmytro/video-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIDEO SERVICE

Requirements

  1. NodeJS: Recommended version - v14.17.3

  2. Typescript: Recommended version - 4.5.5

  3. Install all the required node modules:

    npm install

Server build

To build the app:

nest build

To generate the prisma files

npm run prisma:generate

To build the docker image:

docker-compose build

Server commands

To run the server:

npm run start

To run the project in the development mode:

npm run start:dev

Migrations update:

npm run migration:dev

Migrations reset:

npm run migration:reset

Seeds up:

npm run seed

To start testing the app:

npm run test

Docker up:

docker-compose up

Docker down:

docker-compose down

Client commands

To run the client:

npm run start

Author

Dmytro Vorobets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages