Upload file/image locally and aws s3 bucket with Node typescript [PART II]

Ms Chi
4 min readAug 31, 2022

Have you read the first part of this project? Today, we will upload the file/picture both locally and to the cloud with aws s3 bucket. However, if you do not have an aws account, it is okay to skip aws s3 bucket part :)

Step 1: Create a new git branch and start to write our first endpoint

#set a new remote
git remote add <your_remote_name> <your_repo_url>
#verify new remote
git remote -v

--

--

Ms Chi

A typescript JS people who breathes React and Node. Long term learning curve is a must to keep us fresh and competitive. Don’t be overwhelmed by the speed.