Use of NodeJS, Express, MongoDB, Bootstrap, EJS Templating
- dependencies are noted in the package.json.
- Install MongoDB and note version
- Start MongoDB
$ "C:\Program Files\MongoDB\Server\{version}\bin\mongod.exe" --dbpath .\data\db
- Go to project root and run:
$ npm install
- Start the app:
$ npm start
- Open a web browser to:
- Pizza Ordering System - order page
- Pizza Ordering System (view orders) - order page - view orders