-
Features:
- /profile POST - upload single image
- /profile/:id GET - load image
-
Tech Stacks:
- expressjs
- MongoDB GridFS for file storage
- cors for enabling CORS request
- Clone project and npm install
- start mongodb by command line or MongoDB Compass Community application
- run
npm run start
to start upload service