How to Build a Seamless AWS S3 API for Pushing Data in 5 Easy Steps
STEP 0: Creating an empty Nodejs repository
Go to your desired directory and run the below command to setup an empty directory with package.json
npm init -y
STEP 1: Creating a server
To create an express server we have to install express
STEP 1.1: I...
blog.theadeshkhanna.com7 min read
Praroop Manglam
Very Informative π