Foodiee – Online Food Ordering Web Application
$49.00
34 sales
LIVE PREVIEWIntroduction
In today’s tech-savvy world, having a strong online presence is crucial for any business. For restaurants, an online food ordering system is a must-have to stay ahead in the competition. Foodiee is one such online food ordering web script that is designed to help restaurants advance their business and offer their services on the web. Built using Codeigniter, this script is user-friendly and packs a punch with its impressive list of features.
Features
At first glance, the features listed for Foodiee seem incredibly impressive. From adding products to a cart to integrating with payment gateways such as PayPal and PayUMoney, it’s clear that this script has been carefully designed to cater to the needs of various restaurants. Some notable features include view bookings, view orders, push notification, and product review and rating. The integration of a wallet, cash on delivery options, and testimonial section also ensures that customers have a seamless experience.
Backend Demo
For those eager to get started, the backend demo details are easily accessible through the admin login page, which includes a username and password for easy authentication.
Updates
Foodiee has undergone two significant updates since its inception. The first update (1.0.0) introduced new features such as discount coupons, SMTP configuration, and duplicate products in sliders. The second update (1.0.1) resolved some minor issues, minor design issues, and a few other tweak-ups.
Pros
Impressive list of features
User-friendly backend interface
Responsive design
Prompt updates and bug fixes
Cons
Limited documentation (only available offline)
No mobile app currently available
Conclusion
Foodiee is an impressive online food ordering web application that has the potential to revolutionize the way restaurants operate online. With its impressive list of features, user-friendly backend interface, and timely updates, it’s clear that the developers are committed to delivering a top-notch product.
That being said, the limited offline documentation and lack of a mobile app at this stage are some areas of concern. However, I believe these are minor drawbacks compared to the positives of this script.
Rating 4.5/5
User Reviews
Be the first to review “Foodiee – Online Food Ordering Web Application” Cancel reply
Introduction
Welcome to Foodiee, your one-stop online food ordering platform! With Foodiee, you can discover and order your favorite meals from local restaurants and food establishments without having to leave your home or office. In this tutorial, we will guide you through the complete process of using Foodiee, from registering for an account to placing your orders and managing your account.
Getting Started
To use Foodiee, you will need to follow these simple steps:
- Register for an account: Go to the Foodiee website (www.foodiee.com) and click on the "Sign Up" button. Fill in the registration form with your name, email address, and password. You can also choose to sign up using your social media accounts.
- Verify your account: After registering, you will receive an email from Foodiee to verify your account. Click on the verification link to confirm your email address.
- Log in: Once your account is verified, you can log in to your account using your email address and password.
Searching for Restaurants
Once you are logged in, you can start searching for restaurants and food establishments near you. Here's how:
- Use the search bar: Type the name of a restaurant or a dish you're craving in the search bar at the top of the page.
- Browse through categories: You can also browse through categories such as "Italian", "Mexican", "Indian", and more.
- Filter results: Use the filters on the left side of the page to narrow down your search by cuisine, distance, and price range.
Exploring Menus
Once you have found a restaurant you like, you can explore their menu by clicking on the "View Menu" button. Here's what you can do:
- Browse through menu categories: You can browse through categories such as "Appetizers", "Entrees", "Sides", and more.
- Filter menu items: Use the filters on the left side of the page to narrow down your search by price, spice level, and dietary restrictions.
- Add items to cart: When you find an item you like, simply click on the "Add to Cart" button to add it to your cart.
Placing an Order
Once you have added items to your cart, you can proceed to place your order. Here's how:
- View cart: Click on the "View Cart" button to view your selected items and their prices.
- Modify cart: You can modify your cart by adding or removing items, or changing the quantity of each item.
- Checkout: When you're ready to checkout, click on the "Checkout" button to proceed to the payment page.
- Choose a payment method: You can choose from various payment methods such as credit card, debit card, or online banking.
- Place order: Once you have selected your payment method, click on the "Place Order" button to confirm your order.
Tracking Your Order
After you have placed your order, you can track its status using the "Order Tracking" feature. Here's how:
- Go to your dashboard: Log in to your account and go to your dashboard.
- Click on orders: Click on the "Orders" tab to view your previous orders.
- View order status: Click on an order to view its status, including preparation time, pickup time, and delivery time.
Managing Your Account
You can also manage your account by:
- Editing your profile: Click on your profile picture or name to edit your profile information.
- Managing your payment methods: Click on the "Payment Methods" tab to add or remove payment methods.
- Viewing your order history: Click on the "Order History" tab to view your previous orders.
- Rating and reviewing restaurants: Click on the "Reviews" tab to rate and review the restaurants you have ordered from.
Troubleshooting
If you encounter any issues while using Foodiee, please don't hesitate to contact our customer support team through our website or social media channels.
By following this tutorial, you should be able to easily navigate and use Foodiee to discover and order your favorite meals. Happy ordering!
Settings Example: Foodiee - Online Food Ordering Web Application
Database Settings
In the settings.py
file, you can configure the database settings as follows:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'foodiee',
'USER': 'foodiee_user',
'PASSWORD': 'password',
'HOST': 'localhost',
'PORT': '5432',
}
}
Email Settings
To configure email settings, add the following to the settings.py
file:
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = 'your_email@gmail.com'
EMAIL_HOST_PASSWORD = 'your_password'
Stripe Settings
To configure Stripe settings, add the following to the settings.py
file:
STRIPE_SECRET_KEY = 'your_stripe_secret_key'
STRIPE_PUBLISHABLE_KEY = 'your_stripe_publishable_key'
Facebook Settings
To configure Facebook settings, add the following to the settings.py
file:
SOCIAL_AUTH_FACEBOOK_APP_ID = 'your_facebook_app_id'
SOCIAL_AUTH_FACEBOOK_APP_SECRET = 'your_facebook_app_secret'
SOCIAL_AUTH_FACEBOOK_SCOPE = ['email', 'public_profile']
Google Settings
To configure Google settings, add the following to the settings.py
file:
SOCIAL_AUTH_GOOGLE_OAUTH2_APP_ID = 'your_google_app_id'
SOCIAL_AUTH_GOOGLE_OAUTH2_APP_SECRET = 'your_google_app_secret'
Razorpay Settings
To configure Razorpay settings, add the following to the settings.py
file:
RAZORPAY_KEY_ID = 'your_razorpay_key_id'
RAZORPAY_KEY_SECRET = 'your_razorpay_key_secret'
Payment Gateway Settings
To configure payment gateway settings, add the following to the settings.py
file:
PAYMENT_GATEWAY = 'stripe'
STRIPE_API_KEY = 'your_stripe_api_key'
STRIPE_API_SECRET_KEY = 'your_stripe_api_secret_key'
Other Settings
To configure other settings, add the following to the settings.py
file:
SITE_ID = 1
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
USE_I18N = True
USE_L10N = True
USE_TZ = True
MEDIA_URL = '/media/'
STATIC_URL = '/static/'
Note: Replace your_email@gmail.com
, your_password
, your_stripe_secret_key
, your_stripe_publishable_key
, your_facebook_app_id
, your_facebook_app_secret
, your_google_app_id
, your_google_app_secret
, your_razorpay_key_id
, your_razorpay_key_secret
with your actual email, password, Stripe keys, Facebook app keys, Google app keys, and Razorpay keys.
Here are the features of Foodiee - Online Food Ordering Web Application:
- View Bookings
- View Orders
- Add to Cart
- Paypal and PayUMoney Integration
- Wallet
- Cash on Delivery
- Push Notification
- View Product Review & Rating
- Blogs
- View Blog Comments
- Testimonial
- Portfolio
- Edit Email Templates
Additionally, here are the update details:
Update 1.0.0 (4th April 2019)
- Discount coupon add
- SMTP configuration
- Duplicate product in slider
- Admin panel responsive
Update 1.0.1 (11th April 2019)
- Resolved some minor issues
- Resolved design issues
Other features and details mentioned in the content:
- Foodiee is a restaurant-based online food ordering system web script developed in Codeigniter.
- It can be used in fine dining, cafe, bar, bistro, pizza, sushi, and other types of restaurants.
- The application has a blog page for engaging regular customers and increasing customer growth.
- The testimonial section allows clients to provide feedback, which can attract visitors to the website.
- The online documentation is available for more details about the script.
- The backend demo details are available, including the admin URL, username, and password.
- The application has a server integration.
Related Products
$49.00
There are no reviews yet.