Final project for EE547
Welcome to Steven's Kitchen!
The project contains frontend
and backend
two files. We use VUE framework to construct the frontend and Express and Node to construct backend.
Use SQL command to create MySQL database. The database name is db_restaurant.
./frontend/src/resource/db_restaurant.sql
Install packages
./frontend npm install
Compiles and hot-reloads for development
./frontend npm run serve
Install packages
./backend npm install
Start backend server
./backend nodemon index.js