Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 655 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 655 Bytes

Stevens_Kitchen

Final project for EE547
Welcome to Steven's Kitchen!

Introduction

The project contains frontend and backend two files. We use VUE framework to construct the frontend and Express and Node to construct backend.

Setup

Create MySQL database

Use SQL command to create MySQL database. The database name is db_restaurant.

./frontend/src/resource/db_restaurant.sql

Frontend

Install packages

./frontend npm install

Compiles and hot-reloads for development

./frontend npm run serve

Backend

Install packages

./backend npm install

Start backend server

./backend nodemon index.js