Skip to content

This website enables users to select fruits online. (Final project of web application development).

Notifications You must be signed in to change notification settings

Karhdo/Website-Selling-Food

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Selling Food

Technologies Used

  • Front-end: HTML, CSS, Javascript, VueJS, Laravel.
  • Back-end: Laravel, MySQL.

Requirements and Usage Instructions

Requirements

  • Git Bash, Visual Studio Code.
  • PHP version 7.4.25, NodeJS, VueJS version 2.

Usage Instructions

Clone the Git Repository

  • Start XAMPP.
  • Open the Git Bash terminal in the htdocs directory of XAMPP.
  • Run the command git clone https://github.com/ducducqn123/Website-Selling-Food.git.

Import the Database

  • Open the phpMyAdmin page.
  • Create a new database named: selling_food.
  • Import the database selling_food.sql into the phpMyAdmin page.

Download Composer

  • Go to the link Composer Download and select Composer-Setup.exe to download Composer.

Run the Code

  • Continue in the terminal where you cloned the Git repository.

  • Run serve Back-end: cd finalproject

    • Execute the command php artisan serve
    • The Back-end code will run on port 8000 (localhost:8000/admin).
    • User: [email protected] / Password: 123123123.
  • Open a new terminal to run serve Front-end: cd frontend

    • Execute the command: php artisan serve --port=8060.
  • Open another new terminal to run the interface: cd frontend

    • Install npm install --save-dev cross-env
    • Execute the command: npm run watch
    • The Front-end code will run on port 8060 (localhost:8060).

Demo

Demo Image

About

This website enables users to select fruits online. (Final project of web application development).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published