Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 320 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 320 Bytes

Image server

Express + multer server that manages image uploads (and removal) from the frontend application.
Uses nanoid for generating unique filenames.

How to start

npm install
npm start