Skip to content

HoBom-s/hb-imageServer

Repository files navigation

HoBom Image Server

호봄 프로젝트는 '하고 싶은 개발'을 원없이 하기 위해 시작되었습니다.
호봄 이미지 서버는 호봄 서비스들에 들어가는 이미지를 처리합니다.

HoBom project is named after our initial, has begun to freely do all the development we want regardless of companies' technical limitation.
HoBom Image Server deal with all images from the HoBom services.


기술 스택(Tech Stack)

NodeJS NestJS AWS-S3

  • WAS distribution on Koyeb free-tier

시작하기(Getting started)

Of course, .env on private note.

# Git clone
git clone https://github.com/HoBom-s/hb-imageServer.git

# start
npm install
npm run start

기능(Features)

※ 호봄 서비스 확장에 따라 이미지 처리 기능이 추가될 예정입니다.
※ More features will be added as the Hobom service expands.

Upload single image

  • 버킷 단일 객체(이미지) 업로드 (ex. 호봄 테크 블로그 게시글 썸네일, 유저 프로필 이미지)
    Processing a single image from HoBom services. (ex. HoBom Tech Blog's thumbnails or profile images)

Remove one image

  • 버킷 단일 객체(이미지) 삭제

Logging


문제 해결(TroubleShooting)

  • ...ing... WIP on Notion ...ing...