Giter Site home page Giter Site logo

nest-js-mariadb-boilerplate's Introduction

NestJS Boilerplate

NestJs, Docker, MariaDB, NGINX 로 구성된 NestJs Boilerplate

기술 스택

이름 버전
Node.js 12.20.2
docker 19.03.13
docker-compose 1.26.2
NestJs 7.5.1
MariaDB 10.5.8
NGINX stable

시작하기

필수사항

도커, 도커 컴포즈 설치가 필요

> docker -v
Docker version 19.03.13, build 4484c46d9d
> docker-compose -v
docker-compose version 1.26.2, build eefe0d31

Run

Devlopment Mode

Run

> sh ./run-dev.sh up
or
> bash ./run-dev.sh up

Stop

> sh ./run-dev.sh down
or
> bash ./run-dev.sh down

Production Mode

> sh ./run.sh up
or
> bash ./run.sh up

Stop

> sh ./run.sh down
or
> bash ./run.sh down

Swagger Api Documentation

API 테스트를 위한 Swagger Api Documentation 사용 가능

URL : http://localhost:5000/api/docs

nest-js-mariadb-boilerplate's People

Contributors

kimbiyam 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.