An open API service indexing awesome lists of open source software.

https://github.com/lazydeveloper/lemontree

project lemon tree is a simple online web application to order food online.
https://github.com/lazydeveloper/lemontree

Last synced: 8 months ago
JSON representation

project lemon tree is a simple online web application to order food online.

Awesome Lists containing this project

README

          

# Lemontree
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