Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

kendomen/InstaClone

 
 

Repository files navigation

InstaClone + Azure Hackathon

Instagram Clone built with React Native.


screenshot

Get Started

$ git clone https://github.com/anujb/InstaClone.git
$ cd InstaClone
$ yarn install
$ react-native run-ios

Azure Storage

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..."
}, 

Build a Node.js backend with Docker + Kubernetes

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

Integrate Azure Vision API

TBD

License

MIT

About

Instagram clone using React Native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.7%
  • Objective-C 5.7%
  • Java 2.5%
  • Python 2.1%