All Projects → ramyberrekia → ramys-tedbira

ramyberrekia / ramys-tedbira

Licence: other
A website (webapp) to get food recipes by recipes names & ingredients.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ramys-tedbira

Recipes App React Native
Recipes App in React Native
Stars: ✭ 386 (+2473.33%)
Mutual labels:  food, recipes
arisgarden
Electronic Cookbook
Stars: ✭ 52 (+246.67%)
Mutual labels:  food, recipes
foodies
A clean MVVM architecture android application
Stars: ✭ 14 (-6.67%)
Mutual labels:  food, spoonacular-api
Food Recipe Cnn
food image to recipe with deep convolutional neural networks.
Stars: ✭ 448 (+2886.67%)
Mutual labels:  food, recipes
Meanrecipe
Get a consensus recipe for your next meal. 🍪 🍰
Stars: ✭ 140 (+833.33%)
Mutual labels:  food, recipes
recipes
Application for managing recipes, planning meals, building shopping lists and much much more!
Stars: ✭ 3,570 (+23700%)
Mutual labels:  food, recipes
bagels
open source bagel recipe; let's raise the quality of bagels worldwide 🥯 🚀
Stars: ✭ 21 (+40%)
Mutual labels:  food, recipes
recipes
I like food ¯\_(ツ)_/¯
Stars: ✭ 23 (+53.33%)
Mutual labels:  food, recipes
TheReportOfTheWeek-API
API of The Report Of The Week Reviews
Stars: ✭ 20 (+33.33%)
Mutual labels:  food
homebrew
Real homebrew!
Stars: ✭ 21 (+40%)
Mutual labels:  recipes
Minecord
A lightweight but powerful Minecraft Discord bot with recipe lookup, server pings, name history, skin renders, and more.
Stars: ✭ 30 (+100%)
Mutual labels:  recipes
nutrifacts.js
A library to calculate nutrition facts, smartly. No third party services or remote DBs involved.
Stars: ✭ 22 (+46.67%)
Mutual labels:  food
summer
🍦 Summer is a simple Jekyll theme with a photo sidebar.
Stars: ✭ 30 (+100%)
Mutual labels:  recipes
ScoutAR
Augmented reality app displays nearby restaurant information in a live camera and map view.
Stars: ✭ 28 (+86.67%)
Mutual labels:  food
rdatatable-cookbook
Recipes for using R's data.table package
Stars: ✭ 42 (+180%)
Mutual labels:  recipes
hapi
Hydro­ponic Automa­tion Plat­form Ini­tia­tive (HAPI)
Stars: ✭ 65 (+333.33%)
Mutual labels:  food
openfoodfacts-ruby
Open Food Facts API Wrapper
Stars: ✭ 27 (+80%)
Mutual labels:  food
Yemek-Yemek-App
🍔 The Flutter App provides some foods, recipes, favorite recipes of users and suggestion of recipe.
Stars: ✭ 34 (+126.67%)
Mutual labels:  recipes
chef-transformer
Chef Transformer 🍲 .
Stars: ✭ 29 (+93.33%)
Mutual labels:  recipes
birdskitchen
A Desktop Recipe Manager application using Electron & React.
Stars: ✭ 64 (+326.67%)
Mutual labels:  recipes

Ramy's tedbira

A website (aka: webapp) to get food recipes by recipes names & ingredients that you have in your fridge, using Django-framework and Spoonacular-api.

Note: The project isn't 100% Python, It also contains HTML files.

Live website: https://ramy-tedbira.herokuapp.com/

Rami Berrekia[email protected]

Run the project

To run this project you will need to set some environment variables.

  1. Create a new file called .env inside the food folder
  2. Copy all of the variables inside food/.template.env and assign your own values to them
    • In macOS: Run export READ_DOT_ENV_FILE=True in your terminal so that your environment variables file will be read.
    • In Windows: Run [System.Environment]::SetEnvironmentVariable('READ_DOT_ENV_FILE','True') in your terminal so that your environment variables file will be read.
  3. In your terminal, Run python manage.py collectstatic to collect static files.
    Note: make sure you've installed the required packages to run the server by running pip install -r requirements.txt in your terminal.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].