Logo

Instagram Mini

Instagram Minified Clone using ReactNative v0.61

GitHub Release Date GitHub last commit GitHub commit activity GitHub commits since latest release GitHub top language

Table of Contents (Optional)

If your README has a lot of info, section headers might be nice.


Installation

  • All the code required to get started
  • Images of what it should look like

Setup

install npm packages

npm install -D

start metro server

npm start

in another terminal start the android build

npm run android

in another terminal start json-server with the auth middleware

json-server-auth db.json

Features

Backend API Endpoints:

  • POST /signin to sign in
  • POST /register to register