This project is about uploading multiple images to AWS S3 and storing their addresses to mongo db.
- NodeJS
- Mongo DB
- AWS S3
- Any API testing tool ( Postman,...)
- Run
npm install
on project directory - Add
.env
file to project directory and add fields from.env.sample
file - Run
npm start
- Access the application at
http://localhost:8080
. Port can be changed based on the.env
properties.