Sustenterra APP has two main big features:
- Users can create post and sell their products
- Users favorite products from other users
- Users can see the available courses
- Users can enroll in courses
- Node.js
- (Optionally) Android Studio
- Clone the repository
- Install the dependencies with
npm i
- Run the project with
npm start
- Run the tests with
npm test
- Connect your device or emulator
- You can use Expo GO app to run the app on your device and read the QR code
- Run
eas build --platform android --profile production
- Download the APK from the link provided
- Run
eas build --platform ios --profile production
- Download the IPA from the link provided