Instagram Clone built with React Native.
$ git clone https://github.com/anujb/InstaClone.git
$ cd InstaClone
$ yarn install
$ react-native run-ios
This project uses Azure storage to store and retrieve media with a container wide SAS token.
const data = [{
key: 1,
username: 'james',
type: 'video',
source: "https://nikeakshackfeststorage.blob.core.windows.net/nikeakshackfestblobcontainer/drive.mov..."
},
We will use the following hands-on-lab to create a node.js backend with Docker + Kubernetes in AKS
https://github.com/Azure/blackbelt-aks-hackfest/
You will use the following javascript code to return a model object down to the react-native client.
https://gist.github.com/anujb/9d1b3e42d4a0e8645624011011085ef6
TBD
MIT