Code Monkey home page Code Monkey logo

styleu's Introduction

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

Nest framework TypeScript starter repository.

Installation

$ npm install

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

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

Test

styleu's People

Contributors

ranna0323 avatar f-lab-bot avatar

Watchers

 avatar

styleu's Issues

[feature] config service 사용하기

이슈 배경

  • application 작성시 12factor 를 지키는 것은 중요합니다
  • 이중 config 관련된 부분을 이해하고 코드로 적용하는 경험을 갖습니다

이슈 상세

  • config service 를 활용하여 config 들을 hard-coded 형태로 관리하지 않고 주입하는 형태로 구성합니다

[feature] nginx 를 nest.js 앞에 reverse proxy 형태로 적용하기

배경

  • nginx 를 사용해보는 경험을 갖습니다

이슈 상세

  • nginx 를 reverse proxy 형태로 구현해 dynamic web server 에 접속되도록 구성합니다
  • nginx 설정을 2개 이상 적용합니다
    • api 통신시 gzip 이 사용가능하도록 api 를 개선합니다
    • 그 외 아무거나 1개 이상 적용하고, 적용한 이유를 PR 로 남깁니다

Nest.js 의 validation 사용해 보기

배경

Validation 은 Application 개발에서 매우 중요한 부분입니다. Nest.js 에서는 다양한 기법으로 개발자의 validation 을 지원하고 있으며, 관련해서 여러 open source 들도 많이 있습니다. 이런 부분을 실제 코드로 경험하면서 성장이 되면 좋을 것 같습니다.

이슈 내용

작성한 코드중 어떤 부분이라도 좋습니다. Nest.js, 그 외 open-source 들의 Validation 을 사용해 보세요.

이슈 완료 조건

  • 최소 3가지 부분에 대해 validation 을 적용해서 작성한 함수가 안정적으로 실행이 되도록 코드 안정성을 개선합니다.
  • 최소 3가지 다른 기법을 사용해서 validation 을 적용합니다. 예를 들어 class-validator 오픈 소스를 사용해 3가지 부분에 대해 코드 개선을 했다면 이는 1가지 기법만 사용한 것이므로, 해당 조건을 만족시키지 못합니다.

[refactoring] AuthGuard class 리펙토링

배경

  • 코드 작성시 원칙을 이해합니다
  • 해당 원칙을 적용하는 리펙토링 방법을 경험합니다
  • file, class, function 모두 하나의 기능만 제공해야 합니다. 현재 AuthGuard 클래스는 다양한 기능을 담당하고 있습니다. 이를 리펙토링 하여 clean code 로 개선합니다

이슈 상세

  • (?)

[기능 추가] Board 에 잠금 기능 추가 요청

배경

프로젝트가 복잡해 질수록 코드 작성의 난이도는 올라갑니다. 현재 프로젝트 보다 많이 복잡한 기능을 추가해 나가면서 더 난이도 있는 프로그래밍을 진행해 봅니다.

기능 설명

블로그를 관리하다 보면 (일시적) 잠금 게시물을 사용해야 할 때가 있습니다. 게시글을 잠궈서 다른 사용자가 보지 못하게 하는 기능을 만들어 주세요

기능 의도

  • 비즈니스 요구사항에 대해 기술적으로 검토해 보는 경험
  • 비즈니스 요구사항을 기술적으로 구체화 해보는 경험

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.