Giter Site home page Giter Site logo

kpz-yt-api's Introduction

Description

API repository for YouTube Extension project for KPZ.

Running tests from docker

$ npm run docker:dev:up
$ npm run docker:dev:attach
/app # npx jest --watch # and other options if needed

Building the app

# build deep deletion
$ npm run prebuild

# build app
$ npm run build

# format source code and tests' code
$ npm run format

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# watch mode with debugger
$ npm run start:debug

# production mode
$ npm run start:prod

Test

# linter
$ npm run lint

# unit tests
$ npm run test

# watch mode
$ npm run test:watch

# test coverage
$ npm run test:cov

# e2e tests
$ npm run test:e2e

# debug tests
$ npm run test:debug

Docker

# production mode - up
$ npm run docker:prod:up

# production mode - down
$ npm run docker:prod:down

# development mode - up
$ npm run docker:dev:up

# development mode - down
$ npm run docker:dev:down

# development mode - attach
$ npm run docker:prod:attach

Swagger

Swagger runs on /api. And that's it ๐Ÿ˜„.

Docs

Docs are compiled using latex. Vscode's extension Latex Workshop is configured in .vscode/settings.json file. Make sure to have latexmk and pdflatex available from PATH. It is recommended to compile docs using texlive and have installed following packages:

  • texlive
  • texlive-science
  • texlive-latex-recommended
  • texlive-latex-extra
  • texlive-latex-base
  • texlive-lang-polish
  • texlive-extra-utils
  • latexmk

License

MIT licensed.

kpz-yt-api's People

Contributors

damiankoper avatar maciejbaginski avatar majabojarska avatar ostromecky avatar wiktorpieklik avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.