Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 514 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 514 Bytes

Node - Multiple Images CRUD operations

This project is about uploading multiple images to AWS S3 and storing their addresses to mongo db.

Prerequisites

  1. NodeJS
  2. Mongo DB
  3. AWS S3
  4. Any API testing tool ( Postman,...)

Steps to run the application

  1. Run npm install on project directory
  2. Add .env file to project directory and add fields from .env.sample file
  3. Run npm start
  4. Access the application at http://localhost:8080. Port can be changed based on the .env properties.