Recipile is an app for recipe collection and management.
- Collect and manage recipes
- A management system for categories, tags, and ingredients
- Import data from
.jsonfiles - Export to
.csvand.json
- Customizable themes
- Bookmark favourite recipes
- Filter recipes with categories and tags
- Recipe search
- Responsive UI
Run the following commands in /backend directory
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
flask run
Run the following commands in /frontend directory
npm i
npm run dev
- Click the setting button and go to "Data management" option
- Under the "Import data" section, click the "Recipes" button
- Import the file
starter-recipe.jsonfrom the project root directory
TBD
Icons