1.0.0 • Published 5 years ago

imagerience v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

The Fastest Image Upload Server (Express)

세상에서 가장 빠르게 이미지 업로드 서버를 만들고 이를 Persistent 하게 유지하도록 한다.

I made a express server where it saves tremendous images and show using multer. To make it persistent I deploy mongoDB and it will save all the link of images.

프로젝트 요구 사항

  • MongoDB 를 내부로 숨긴다.
  • 간편하게 Image 업로드를 만든다.
  • Testing 은 Mocha 를 사용한다.
  • 최소한의 Dependency 를 가진다.