- Install nodejs (version 7.5+) and yarn.
- Go to project directory, run
yarn. - Start the application, run
yarn start. - Go to
localhost:3001
- Upload an image via
localhost:3001/profile, avatar field. - Bulk Upload images via
localhost:3001/photos/upload, photos field. - View list of images via
localhost:3001/images. - Get a single image via
localhost:3001/images/{imageId}.