WIP
- Python 3.8.x or newer
- Flask
- Recipe-Radar-API (Included)
The backend API and all dependencies can be installed with the following command from inside the project folder:
pip install -e .
To start the Flask backend, execute the following command from inside the project folder:
flask --app backend run
To initialize the database, execute the following command in a seperate terminal window:
flask --app backend init-db
For updating recipes in the database, execute the following command inside of the project folder, also in a seperate terminal window:
flask --app backend update-recipes
- Maxwell Romack
- Saurabh Khanal
- Laiba Farhan
- Tanni Barua
- Recipes used in project are from archive.org