Backend Code: github.com/MatiPendino/image-reminder-backend
Source Code: github.com/MatiPendino/image-reminder-mobile
ImageReminder is a project designed to create image-based reminders (alarms), ensuring users never forget to check an important photo. The backend is built with Django/DRF, while the mobile app is developed using React Native/Expo.
-
Clone repo
git clone https://github.com/MatiPendino/image-reminder-mobile.git
-
Create .env file
EXPO_PUBLIC_BACKEND_URL='http://127.0.0.1:8000'
-
Install dependencies
npm install
-
Start the app (make sure the backend is running)
npx expo start