Skip to content

This app handle fetch request to zencoder jobs and upload request to AWS S3 Bucket

Notifications You must be signed in to change notification settings

raduolivas/s3-zencoder-node-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Ecoder with Node.js + S3 SDK + ZENCODER Sdk ( NODE SERVER API )

This node Server is handling the Multipart Upload to AWS S3 Bucket

How to run:

  1. Clone the repo and cd into the directory
  2. npm install
  3. npm run dev to start it locally
  4. Add you AWS API keys in s3-config.json file
  5. cd into node-rest-api and 'node server.js' open (it will run a server on http://localhost:3001)
  6. cd into video-encoder-frontend-app and npm start (it will start the client on http://localhost:3000)
  7. upload your videos

API

File information

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

About

This app handle fetch request to zencoder jobs and upload request to AWS S3 Bucket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published