I am looking for React and Node developer with Blockchain -- 4
Budget: $10 – $15 USD
Creating tool for market people to easy switch in game marketing stuff.
The flow should be :
For each scene we have, we will have marketing stuff inside it.
Each marketing element (blildboard, video) will have ID.
On frontend, we need to add new items and to choose is it either video or bildboard and then give option to upload images or video, depending on what has been choosed.
Once the item was added, it is upload to s3 and database.
There should be tab on frontend to add items, to view them.
Items should also be editable, so we can switch fast (remove old ones from s3 in that process).
Item data :
-id
-scene
-url to asset (video, img).
We will also need api so we can request data
api/GetItem/:id
allow only mp4 videos
and max size of 30mb
api/GetItem/:id should return url to asset
The flow should be :
For each scene we have, we will have marketing stuff inside it.
Each marketing element (blildboard, video) will have ID.
On frontend, we need to add new items and to choose is it either video or bildboard and then give option to upload images or video, depending on what has been choosed.
Once the item was added, it is upload to s3 and database.
There should be tab on frontend to add items, to view them.
Items should also be editable, so we can switch fast (remove old ones from s3 in that process).
Item data :
-id
-scene
-url to asset (video, img).
We will also need api so we can request data
api/GetItem/:id
allow only mp4 videos
and max size of 30mb
api/GetItem/:id should return url to asset