Skip to content

HiuYanChong/iKitchen

 
 

Repository files navigation

iKitchen

A software to help restaurant 所需环境:1.mongodb 2.node.js 运行后端: 1.在安装mongodb的目录的bin目录下,开启mongodb服务 ./mongod --dbpath "e://mongodb//data" (后面的dbpath为数据库数据所在目录路径) 2.在Back-end 目录下,运行npm install 可安装所有模块 (需要安装的模块看package.json里面的dependencies,devDependencies) 3.安装完所有的模块后,在Back-end目录下,运行gulp.bat。

运行iKitchen: 后端成功运行后开启浏览器并定位至localhost:9000,即可使用iKitchen系统

About

A software to help restaurant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.2%
  • HTML 34.3%
  • Java 12.3%
  • CSS 1.2%