Skip to content

orangelime/Delish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-delish 私廚網站

Live Demo

https://vue-delish.herokuapp.com/#/index

backEnd

https://github.com/orangelime/laravel-vue-delish/tree/master/laravel-api-Delish

sign in demo:

email address:1234@email.com

password:1234

About this project

Book a chef and cook at your home

使用 Vue-Laravel 建構的私廚網站(購物車改版建置中)

以網站經營者的職業為廚師當作出發點,建立三種方案可供顧客選擇,顧客可自由選擇喜歡的菜餚,加入購物車後並登入會員系統就可以請廚師到府烹飪囉!

How to use

  • Clone the repository with git clone

Back-end

  • Go to the sub-folder cd laravel-api-Delish
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • Run php artisan passport:install

Front-end

  • Go to the sub-folder cd vue-Delish
  • Run touch .env.local
  • Add correct value of your domain for backend URL in this variable: VUE_APP_API_URL=[your_domain]
  • Run npm install
  • Run npm run start
  • That's it: launch the URL that appears in the terminal - could be http://localhost:3000

Project setup

Run npm install

Compiles and hot-reloads for development

Run npm run start

Compiles and minifies for production

Run npm run all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published