The purpose of this project is to promote healthy eating habits by providing users with a transparent view of their nutritional intake and prioritizing home cooking over packaged quick meals.
To run this project, you will need to add the following environment variables to your .env file.
.env
MISTRAL_API_KEY=your-api-keyClone the project
git clone https://github.com/ramz1t/LetEmCook.gitInstall dependencies
pip install -r requirements.txtApply migrations
alembic upgrade headAdd dump data to the database
python app/populate_db.pyDon't forget to add your Mistral key if you want to use "Enhance" feature in recipes!