This node Server is handling the Multipart Upload to AWS S3 Bucket
How to run:
- Clone the repo and
cd
into the directory npm install
npm run dev
to start it locally- Add you AWS API keys in s3-config.json file
- cd into node-rest-api and 'node server.js' open (it will run a server on
http://localhost:3001
) - cd into video-encoder-frontend-app and npm start (it will start the client on
http://localhost:3000
) - upload your videos
Each file contains the following information:
PATH | Description | Note |
---|---|---|
/videos |
Fetch all videos | videos with status |
/videos/:videosId |
Fetch specific video by ID | video player |