DNXEMPIRE-1 / Coffee-Shop-Espresso

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coffee-Shop-

--Espresso Express

  Coffee Espresso Shop

πŸ˜‰ Heyyy !! Nice To See you!! we made coffee cafeteria website using php with login/register authentication and with admin portal (using mysql database)

Link :- http://eecafeteria.epizy.com/
Forget passowrd mail probably in spam . Please check spam to reset password

Admin portal :- http://eecafeteria.epizy.com/index_ad.php
Email and Password for admin portal is mentioned below


✨ Some implemented Features

  • πŸ” Login/Register Authentication
  • πŸ‡ Form Validation Using Ajax
  • πŸ”‘ Password Stored Encrypted In Database Using PHP Encryption (Hash-12)
  • πŸ“§ Message is send to mail using PHP Mailer Libraray
  • ☁ Forget Password :- Reset Password Link Send To your Mail
  • πŸ›’ cart and order functionality
  • 🧾 history order page
  • 🎫 admin portal
  • 🍽 admin can add add new menu item and edit or delete menu item
  • πŸ“ˆ graph analysis for admin to check peak time and number of order in day

πŸ”‘ Forget Password Mail

Please check your spam if you still donot recieve mail please add issue


πŸ” Admin Authentication


πŸ“Έ Screenshots

adding in a few

☁ Remeber After Clonning

Make Database and then create table using sql files uploaded here or Click Here

After Clonning Make Changes Of Database Information in config.php(Ln 2) and sendmsg.php(Ln 4) and replace with your own databse name,password,host and username

$conn=new mysqli($your_servername, $your_username, $your_password, $your_dbname);

And Also Replace YOUR Eamil And Password In sendmsg.php(Ln 52,Ln 53) And check_reset.php(Ln 29,Ln 30) -

53. $mail->Username = 'your_email';             //Replace With Your Mail
54. $mail->Password = 'your_email_password';    //Replace With Your Mail Password 

And replace reciptent in sendmsg.php(Ln 60)

60. $mail->addAddress('your_reciptent', 'Admin');   //Replace With Your  Recipient

If You β™₯ It Please Drop a ⭐ πŸ˜‰

About


Languages

Language:PHP 56.2%Language:CSS 22.5%Language:JavaScript 17.3%Language:Hack 2.2%Language:HTML 0.8%Language:SCSS 0.7%Language:Shell 0.3%