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.
$ tindev
$ cd backend
$ npm iTo start the API, run the following command on your terminal.
$ npm run devInstall all dependency, typing in your terminal...
$ tindev
$ cd frontend
$ npm iStarting the frontend app. Type in your terminal ...
$ npm startOpen your browser and type http://localhost:3000.
Install all dependency, typing in your terminal...
$ tindev
$ cd mobile
$ npm iTo 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-androidor
$ react-native run-ios
