Loading repository data…
Loading repository data…
Vimall03 / repository
Alimento is an online homemade food delivery platform that connects passionate home chefs with food enthusiasts.
Alimento is an online homemade food delivery platform that connects passionate home chefs with food enthusiasts. This platform allows home chefs to showcase their culinary skills by offering a variety of homemade dishes to users, who can easily order and enjoy delicious meals from the comfort of their homes.
⭐ Average Restaurant Rating: Users can view the average rating of each restaurant, helping them make informed decisions when selecting their desired dishes.
📦 Order Tracking: Track the status of your food order in real-time, ensuring a seamless and transparent delivery experience.
📦 Razor API Integration: Securely handle payments with Razorpay API integration, offering users a convenient and reliable payment method.
🤝 Direct Vendor-Client System: Alimento enables direct communication between vendors and clients, fostering a personalized experience and building a strong community.
📍 Location-Based Sorting: Users can sort vendors based on their location or Pincode, making it easy to find homemade food options nearby.
Browse 🍽️: Users can browse through a diverse range of homemade dishes and explore different cuisines.
Sort by Location 📍: Users can enter their location or PIN to find vendors offering homemade food nearby.
Order 🛒: Select your desired dishes, customize your order, and proceed to checkout.
Payment 💳: Seamlessly complete your order with the integrated Razorpay API for secure and hassle-free payments.
Track 🕒: Keep an eye on your order's status as it's prepared and delivered by the vendor.
Before starting, ensure that you have the following software installed on your machine:
git clone https://github.com/Vimall03/Alimento.git Once the repository is cloned, navigate to the project directory.
cd alimento-homemade-food-delivery
mv alimento-homemade-food-delivery /path-to-xampp/htdocs/ 3. Configure Database
Create a Database: Open phpMyAdmin by visiting http://localhost/phpmyadmin/ and create a new MySQL database for the project. You can name it alimento.
CREATE DATABASE homemadedb;
Import the Database Schema:
Inside the project folder, look for a homemadedb.sql file.
Import this file into your newly created database through phpMyAdmin:
Configure Environment Variables If you're using different credentials for MySQL, replace root and '' with your MySQL username and password.
Run the Application After completing the above steps, open your browser and visit:
npm install -D tailwindcss
npx tailwindcss -i global.css -o output.css --watch
Congrats, you've completed the tailwind css setup.
If you find this project useful and would like to support the project, please consider giving it a ⭐ star on GitHub! Your support helps us grow and improve. Thank you! 🙌
Keep learning and exploring! 🚀