/pizza-ordering-system

Use of NodeJS, Express, MongoDB, Bootstrap, EJS Templating

Primary LanguageJavaScript

pizza-ordering-system

Use of NodeJS, Express, MongoDB, Bootstrap, EJS Templating

Notes

  • dependencies are noted in the package.json.

Running

  1. Install MongoDB and note version
  2. Start MongoDB
$ "C:\Program Files\MongoDB\Server\{version}\bin\mongod.exe" --dbpath .\data\db
  1. Go to project root and run:
$ npm install
  1. Start the app:
$ npm start
  1. Open a web browser to: