Code Monkey home page Code Monkey logo

blog_mark2_api's Introduction

blog_mark2_api

블로그 Mark2의 API 서버 API 문서: https://jeekc0308.gitbook.io/mark2-api/ MongoDB 필요

.env 설정법

  • PORT - 서버가 실행될 포트
  • HOST - 서버의 호스트 값. 기본값은 express에서 보내주는 host 값.
  • (* 주의: JWT 토큰의 헤더로 사용되기 때문에 다른 사이트와 안 겹치는 고유한 값이어야 한다.)
  • JWT_SECRET (필요) - JWT의 Secret Key.
  • DB_USERNAME - DB의 Username. 없다면 그냥 로그인된다.
  • DB_PASSWORD - DB의 Password. 없다면 그냥 로그인된다.
  • DB_PORT - DB가 켜져있는 포트. 없다면 기본값으로 로그인된다.
  • DB_HOST - DB의 호스트. 기본값은 localhost
  • DB_NAME - DB의 데이터베이스 이름. 기본값은 blog

blog_mark2_api's People

Contributors

kimdoyeong avatar jeekcoduct avatar

Watchers

James Cloos 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.