Online food ordering system. Made this a year ago 2 nights before my solo thesis defense. sorry for the dirty codes , crazy folder structure, errors and unfinished modules. Newbie codes and coding techniques so hoping everyone can understand flow and proccess. Fully responsive using media queries no frameworks. Realtime updates using long polling. Unfinished homepage view http://localhost/conchos/admin/ this supposed to be the user homepage.
Use this as reference only. should not be use as project or thesis. Deploy for a client. there are many errors ill try to update those just create an issue. lost the latest files of this system. this should have paypal payment etc.
User
- User Products viewing.
- User Login / Registration.
- User can order and choose quantity.
- User can view oncart orders.
- User can remove oncart orders.
- User can checkout order and serve as pending in admin side.
- User can track thier order status.
- User can cancel order
Admin
- Admin can monitor users activity.
- Admin can add,update,delete products.
- Admin can update product as able and unable. unable meaning it will not be available for ordering.
- Admin view orders and update order status.
- Admin can view total sales.
- Admin can view messages.
- Admin can message users through their email
- HTML
- CSS3
- JAVASCRIPT
- JQUERY
- ANGULAR
- FORM.JQUERY.JS
- PHP
- MYSQL
- Download Xampp or Wamp local server.
- Start Xampp or Wamp local server.
- Import 'conchos_sisig.sql' database in http://localhost/phpmyadmin .
- Move files in htdocs or www folder in your localserver folder.
- Open browser and go to http://localhost/OnlineFoodOrdering for users side.
- Open browser and go to http://localhost/OnlineFoodOrdering/admin/dashboard/login for the admin dashboard.
- find the remove.htaccess files then rename as .htaccess .
- find admin password in database.