Bone Apple Tea is an ios application coded in React Native for the frontend and Python (Flask) for the backend. It consist of a simple interface that allows to easily choose recipes from a list that we think you will be interrested in. Simply swipe right to like a recipe or swipe left to reject one.
To run this program, you must have Xcode as well as an ios 13.3 simulator
First to get everything set up, simply run this command
make init
To start the backend application run this command
make start-back
To start the backend application run this command
make start-ui
- MacOS
- Xcode
- Ios 13.3 simulator

