A web-based application for sharing and discovering recipes, built using Django and Docker. This app allows users to browse, create, and share their favorite recipes with an easy-to-use interface.
-
Create, update, and delete recipes: Easily manage your personal recipe collection.
-
Categorization: Organize recipes by categories such as Breakfast, Lunch, Dinner, etc.
-
Create shopping lists: Add ingredients from recipes to your shopping list.
-
Download lists: Export your shopping list as a CSV file for easy access.
git clone https://github.com/ehaligow/cookingDjangoApp.git
cd cookingDjangoApp
make buildAndRun
make migrations
Visit http://127.0.0.1:8000 in your web browser.