Project lemontree is a simple online web application to order food online.
Project Execution
- This project is built on LAMP stack, so it can run on almost any Operating System.
- Install XAMPP and keep Apachi Webserver and MySql Database in running state.
- Now copy the contents of this repo to a folder "lemontree" in ../htcdocs/www/
- Go to http://localhost/phpmyadmin and create a database scheme and import the database from lemon_tree_db.sql
- Now open the application from this url - http://localhost/lemontree/ and you shall see the application running.
Note: Connection to the DB can be found in ./dbcon.php - make