eltonlazzarin / instagram-clone-app

Instagram Clone - A Full Stack Project App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram Clone - A Full Stack Project App

Project made with NodeJS, React and React Native

Development environment

To excute all projects below, you have to install Node.js, NPM, JDK enviroment and an editor, like Visual Studio Code.

Usage

Starting the API project

After cloning this project to your computer, install all dependencies needed to backend, frontend and RocketBox mobile app (separately), typing in your terminal like below.

$ instagram-clone-app
$ cd backend
$ npm i

To start the API, run the following command on your terminal.

$ npm run dev

Starting the frontend project app

Install all dependency, typing in your terminal...

$ instagram-clone-app
$ cd frontend
$ npm i

Starting the frontend app. Type in your terminal ...

$ npm start

Open your browser and type http://localhost:3000.

Starting the mobile app

Install all dependency, typing in your terminal...

$ instagram-clone-app
$ cd mobile
$ npm i

To start the mobile app, run the following command on your terminal.

Before run the commands below, you must start an android or ios virtual smartphone or, have a smartphone plugged in your computer.

$ react-native run-android

or

$ react-native run-ios

About

Instagram Clone - A Full Stack Project App


Languages

Language:Java 97.5%Language:JavaScript 1.6%Language:Objective-C 0.3%Language:CSS 0.2%Language:Ruby 0.2%Language:Starlark 0.1%Language:HTML 0.1%