A group project for Software Engineering course at CCNY. A Mid-Manhattan pizza ordering website, that take orders from the customers, then sends the order to the selected store. The store-management-site is designed for three type of users- manager, delivery guy, and cook. JavaScript and Node.js is used for the web application.
Command | Description |
---|---|
npm init |
npm initialization |
npm install express --save |
installing express and save it in the dependencies |