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.
- Host: GitHub
- URL: https://github.com/lazydeveloper/lemontree
- Owner: lazydeveloper
- Created: 2022-04-20T20:45:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T17:29:03.000Z (about 4 years ago)
- Last Synced: 2025-10-26T07:37:27.950Z (8 months ago)
- Language: JavaScript
- Size: 9.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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