To excute all projects below, you have to install Node.js, NPM, JDK enviroment and an editor, like Visual Studio Code.
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
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.
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