Imagine exploring an exhibition with a personalized robot guide by your side! iTourbot connects you with a friendly robot who can navigate you to specific station in a exhibit, share their fascinating details. No more aimlessly wandering or missing hidden gems - iTourbot makes your exhibition experience enriching and interactive!
'i' in iTourbot stands for "internet, individual, instruct, inform and inspire"
Setup environment (.env file), you can see in .env.example
# Firebase config
EXPO_PUBLIC_APIKEY=
EXPO_PUBLIC_DATABASE_URL=
EXPO_PUBLIC_PROJECT_ID=
EXPO_PUBLIC_APP_ID=
# API URL config
EXPO_PUBLIC_BASE_API_URL=
Install packages
npm install
Run the project (locally)
npm start
Run the project with tunnel mode (project can be opened with devices in different network)
npm run tunnel
Follow this repository
Setup environment (.env file), you can see in .env.example
# Firebase config
EXPO_PUBLIC_APIKEY=
EXPO_PUBLIC_DATABASE_URL=
EXPO_PUBLIC_PROJECT_ID=
EXPO_PUBLIC_APP_ID=
# API URL config
EXPO_PUBLIC_BASE_API_URL=
Install packages
npm install
Run the project (locally)
npm start
Run the project with tunnel mode (project can be opened with devices in different network)
npm run tunnel
Follow this repository