An e-commerce web application built using Vue.js and Node.js that connects the food vendors with their customers. The portal provides different access for vendors and customers. Vendors can add new meals, edit meals and view meals ordered by customers. Customer can order, pay and view the order status.
Cuisine Catering requires Node.js and Vue.js
-
Install Node.js and NPM from Node.js
-
Install Vue.js with below command and look for installation page for more information.
npm install -g vue-cli
-
Install the library dependencies from client and server directory inside project root directory
npm install
-
Run the project by running the below command in both client and server directory
npm start
The application is structured and built by following tutorials by CodySeibert