Skip to content

Latest commit

 

History

History
140 lines (138 loc) · 3.58 KB

Project Strucrure.md

File metadata and controls

140 lines (138 loc) · 3.58 KB
Alimento
 │
 ├── .github
 │   │
 │   ├── ISSUE_TEMPLATE
 │   │   ├── bug_report.md
 │   │   └── feature_request.md
 │   │
 │   └── workflows
 │   │   └── auto-responder.yml
 │   ├──pull_request_template.md
 │   └──test.md
 │
 ├──.vscode
 │    └──settings.json
 ├──alimento-nextjs
 │     ├──app
 │     ├──lib
 │     ├──prisma
 │     ├──public
 │     ├──.env.example
 │     ├──.eslintrc.json
 │     ├──.gitignore
 │     ├──README.md
 │     ├──next.config.ts
 │     ├──package.json
 │     ├──postcss.config.mjs
 │     ├──tailwind.config.ts
 │     └──tsconfig.json
 │
 ├── contributors
 │    ├──contributor.css
 │    ├──contributor.html
 │    └──contributor.js
 │
 ├──images
 │   ├──favicons
 │   ├──img-comp
 │   ├──logo
 │   ├──10 restaurants in Mumbai that offer the best sunset views.webp
 │   ├──10 restaurants in Mumbai that offer the best sunset views.webp
 │   ├──Frame.png
 │   ├──default_profile.webp
 │   ├── dish1-hero.webp
 │   ├──download (1).webp
 │   ├──download.webp
 │   ├──hf1zrcnicac6dbcmxt0y.webp
 │   ├──istockphoto-1318824826-612x612.webp
 │   ├──login.png
 │   ├──pizza-hero.webp
 │   ├──pizza-img-membership.webp
 │   ├── pngtree-location-icon-in-orange-color-png-image_11377881.webp
 │   ├──restaurant.webp
 │   ├── review.webp
 │   └──signup.png 
 │
 ├──js/js
 │   ├── darkMode.js
 │   ├── external.js
 │   ├── index.js
 │   └── menu.js
 │
 ├──partials
 │   └── _dbconnect.php
 │
 ├──phpmailer
 │   ├── Exception.php
 │   ├── PHPMailer.php
 │   └── SMTP.php
 │
 ├──razorpay-php
 │   ├── libs/Requests-1.6.1
 │   ├── src
 │   ├── README.md
 │   ├── Razorpay.php
 │   ├──composer.json 
 │   ├── composer.lock
 │   ├──doc.md 
 │   └── version.txt
 │
 ├──vendor
 │   ├── partials
 │   ├── phpmailer
 │   ├── restaurant
 │   ├── add_menu.php
 │   ├── delete_menu.php
 │   ├── edit_menu.php
 │   ├── email_verify.php
 │   ├── home.php
 │   ├── vendor_login.php
 │   ├── vendor_logout.php
 │   ├── vendor_signup.php
 │   └── vendor_styles.css
 │
 ├── .gitignore
 ├── CONTRIBUTING.md
 ├── Code_Of_Conduct.md
 ├── LICENSE
 ├── SECURITY.md
 ├── change_password.php
 ├── chatbot.css
 ├── chatbot.html
 ├── chatbot.js
 ├── chatboticon.webp
 ├── checkout.css
 ├── checkout.php
 ├── config.php
 ├── contact.php
 ├── edit_profile.php
 ├── email_verify.php
 ├── global.css
 ├── home.css
 ├── home.php
 ├── homemadedb.sql
 ├── icons8-message-bot-64.webp
 ├── index.php
 ├── main.css
 ├── menu.css
 ├── menu.php
 ├── new_track_order.css
 ├── new_track_order.php
 ├── order_success.php
 ├── orders.php
 ├── output.css
 ├── package.json
 ├── pay.php
 ├── pin_search.php
 ├── profile.php
 ├── readme.md
 ├── styles.css
 ├── tailwind.config.js
 ├── track_order.php
 ├── user_login.php
 ├── user_logout.php
 ├── user_signup.php
 └── verify.php