Skip to content

wpzzz2022/Stevens_Kitchen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Final project for EE547

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages