First complete the all .env-template fields in a new .env file in the same directory
Everything is containerized with volumes mounted so by just running
docker compose up --build
NextJS and Backend should be on and ready to develop like normal
Everything is behind an Nginx reverse proxy
Some passthrough have been configured like
/
-> Wil redirect to admin-panel/api/
-> Wil redirect to backend
- http://194.164.171.6
- https://chipchop.mooo.com (HTTPS)
- https://chipchop.mooo.com/api/schema/swagger/ (HTTPS)
Email: admin@chipchop.es
Passwd: admin
- Set up an account in onesignal.com
- Configure a new Android app in the OneSignal portal.
- Obtain your Firebase Cloud Messaging (FCM) API key from the Firebase console and configure it in OneSignal.
- Add your OneSignal key to the
.env
file following the.env-template
. - Ensure that your app is built and emulated on an Android device. Note that notifications will not work on Expo Go or web.
- Run using
npx expo prebuild
andnpx expo run:android
* Remember that localhost inside android emulator equivalent is 10.0.2.2