-
Navigate to the frontend folder:
cd Application npm install -
Install dependencies:
npm install
-
Create a .env file with the following:
EXPO_PUBLIC_BACKEND_PORT=3000 EXPO_PUBLIC_RECEIVER_EMAIL=Email_Address_Of_Report_You_Want_To_Send
-
Start Expo:
npx expo start-
Navigate to the backend folder:
cd Server -
Install dependencies:
npm install
-
Create a .env file with the following:
PORT=3000 MONGODB_URL=Your_Mongodb_URL JWT_SECRET=Put_256Ch_Long_Secret_String PLANT_ID_API_KEY=Your_PLANT_ID_API_KEY CLOUDINARY_CLOUD_NAME= Your_Cloud_Name CLOUDINARY_API_KEY= Your_Cloud_API_Key CLOUDINARY_API_SECRET= Your_Cloud_API_Secret
-
Start Expo:
nodemon app- Frontend: React Native, Expo
- Backend: Node.js, Express, Multer, Cloudinary, JWT
- Database: MongoDB Atlas