$ cd backend
# set required environment variables.
# NOTE: change the values after = to match your environment.
$ echo 'MONGO_URL=mongodb://aircnc-db-container:27017/admin' >> .env
$ echo 'API_EXTERNAL_URL=http://192.168.0.230:10334' >> .env
$ echo 'APP_PORT=3333' >> .env
# install dependencies
$ npm install
# Run server
$ npm start
$ cd backend
$ docker-compose up --build -d && docker logs --follow aircnc-api-container
$ cd frontend
# install dependencies
$ yarn
# Run application
$ yarn start
$ cd mobile
# install dependencies
$ yarn
# Connect your mobile device or emulator and run application with Expo
$ npm -i expo-cli -g && expo start