Dankimhaejun / Brum-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

쌉가능 - Server

Server for 쌉가능 Application

기능 및 설명은 아래 링크를 참조해주세요

소개 문서 - https://www.notion.so/TITI-with-2LUCK-6f1814abcf9a423387190cf339e0a54b
API 문서 - https://www.notion.so/dankimhaejun/API-406ef3356bee4f33b6d38c9b2c45795e
발표 영상 - https://youtu.be/zjM7Z7uHwLM?t=3283

Getting Started

Built with Node.js, REST APIs

These instructions will get you information of the project.
If you are studying build a server with Node.js, it would help you.
Thank you for visiting our Git Repo.

쌉가능 어플의 구동을 위한 서버 레파지토리입니다.
Node.js를 통해 만들어졌으며, REST APIs 를 지향하며 만든 첫번째 프로젝트 완성본입니다.
이 레파지토리가 지금 막 Node.js를 활용한 서버 구축에 관심이 있는 초급자 분들에게 도움이 되었으면 합니다.
비평은 항상 환영입니다.

김해준
dan.kimhaejun@gmail.com
https://github.com/Dankimhaejun

How To Use

Not release yet. Presentation videos https://youtu.be/zjM7Z7uHwLM?t=3283

Prerequisites

Run a server is difficult due to personal information.
(You can change personal information at any time, as well as run a server by yourself.)

개인정보로 인해 즉시 실행은 되지 않습니다.
.env 파일 생성 후 아래 코드를 복사해 정보를 입력하면 구동가능합니다.

NODE_ENV="your information"
DEBUG="your information"
PORT="your information"
DB_USER="your information"
DB_PW="your information"
DB_HOST="your information"
HASH_SALT="your information"
JWT_SECRET="your information"
S3_KEY="your information"
S3_SECRETKEY="your information"
ADMIN_MAIL="your information"
ADMIN_MAIL_PASSWORD="your information"

Built With

License

This project is licensed under the 2Luck - see the https://www.rocketpunch.com/companies/2luck for details

About


Languages

Language:JavaScript 100.0%